diff --git a/sbin/tiny-cloud b/sbin/tiny-cloud index 31cf2bc..c9f89a0 100755 --- a/sbin/tiny-cloud +++ b/sbin/tiny-cloud @@ -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';;