From 41d647096cf92549d4a0bf90bbf78f93dd6803f9 Mon Sep 17 00:00:00 2001 From: Jon Lewis Date: Fri, 26 Aug 2016 19:19:31 -0500 Subject: [PATCH] Message change --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }