mirror of
https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git
synced 2025-12-15 19:32:44 +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
|
-b|--bootstrap) shift
|
||||||
case "$1" in
|
case "$1" in
|
||||||
complete) # indicate bootstrap is done
|
complete) # indicate bootstrap is done
|
||||||
init__bootstrap_complete;;
|
init__bootstrap_complete
|
||||||
|
log warn 'bootstrap marked complete';;
|
||||||
incomplete) # indicate bootstrap isn't done
|
incomplete) # indicate bootstrap isn't done
|
||||||
bootstrap_incomplete
|
bootstrap_incomplete
|
||||||
log warn 'bootstrap marked incomplete';;
|
log warn 'bootstrap marked incomplete';;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user