##// END OF EJS Templates
rcstack: improve messages
super-admin -
Show More
@@ -1643,8 +1643,8 b' check_bootstrap() {'
1643 # Avoid destroying bootstrapping by simple start/stop
1643 # Avoid destroying bootstrapping by simple start/stop
1644 for stage_name in $BOOTSTRAP_STAGES; do
1644 for stage_name in $BOOTSTRAP_STAGES; do
1645 if ! config_has_key $stage_name ; then
1645 if ! config_has_key $stage_name ; then
1646 echo "$(yellow WARNING:) bootstrap key $stage_name not found in config file $CONFIG_FILE!"
1646 echo "$(yellow WARNING:) Bootstrap key $stage_name not found in config file $CONFIG_FILE!"
1647 echo "$(yellow NOTICE:) Please run ./$RC_SCRIPT_NAME init first"
1647 echo "$(yellow NOTICE:) Run this first: ./$RC_SCRIPT_NAME init"
1648 exit
1648 exit
1649 fi
1649 fi
1650 done
1650 done
@@ -2697,6 +2697,7 b' rcstack_init_command() {'
2697
2697
2698 done
2698 done
2699
2699
2700 echo ""
2700 echo "~~~~ $(green Bootstrap completed) ~~~~"
2701 echo "~~~~ $(green Bootstrap completed) ~~~~"
2701
2702
2702 get_started
2703 get_started
General Comments 0
You need to be logged in to leave comments. Login now