Message change

This commit is contained in:
Jon Lewis
2016-08-26 19:19:31 -05:00
parent 9255845728
commit 41d647096c

View File

@@ -153,7 +153,8 @@ function verify {
if [ "$SNS_INSTALLED" == "1" ]; then if [ "$SNS_INSTALLED" == "1" ]; then
printf "$YELLOW_COLOR*$RESET_COLOR - %s $BLUE_COLOR%s$RESET_COLOR %s\n"\ printf "$YELLOW_COLOR*$RESET_COLOR - %s $BLUE_COLOR%s$RESET_COLOR %s\n"\
"Installation succeeded. You should run" "sns -i" "now." "Installation succeeded. If this is a new install of sns, you should run"\
"sns -i" "now."
fi fi
} }