Skip to content

Commit

Permalink
Add color to warning in init on already-init board
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Aug 24, 2020
1 parent 96bed2b commit 04bbc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ else

if [[ $init = 1 ]]; then
echo ""
echo -e "\e[1m*** WARNING ***\e[0m"
echo -e "\e[93m*** \e[91mWARNING \e[93m***\e[0m"
echo "Your NEMS server is already initialized!"
echo "If you proceed, all settings will be lost."
echo "If you wish to keep your settings, please"
Expand Down

0 comments on commit 04bbc15

Please sign in to comment.