diff --git a/install.sh b/install.sh index 08cb6e7..44eec56 100755 --- a/install.sh +++ b/install.sh @@ -153,7 +153,8 @@ function verify { if [ "$SNS_INSTALLED" == "1" ]; then 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 }