1
0
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:
Jake Buchholz Göktürk 2023-05-02 19:06:59 -07:00
parent 326e2652ea
commit 6557822742

View File

@ -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';;