mirror of
https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git
synced 2025-12-14 19:02:45 +03:00
* warn when bootstrap is manually marked complete
This commit is contained in:
parent
326e2652ea
commit
6557822742
@ -33,7 +33,8 @@ while true; do
|
||||
-b|--bootstrap) shift
|
||||
case "$1" in
|
||||
complete) # indicate bootstrap is done
|
||||
init__bootstrap_complete;;
|
||||
init__bootstrap_complete
|
||||
log warn 'bootstrap marked complete';;
|
||||
incomplete) # indicate bootstrap isn't done
|
||||
bootstrap_incomplete
|
||||
log warn 'bootstrap marked incomplete';;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user