diff --git a/install.sh b/install.sh index 44eec56..d5f0eb8 100755 --- a/install.sh +++ b/install.sh @@ -152,8 +152,8 @@ function verify { fi if [ "$SNS_INSTALLED" == "1" ]; then - printf "$YELLOW_COLOR*$RESET_COLOR - %s $BLUE_COLOR%s$RESET_COLOR %s\n"\ - "Installation succeeded. If this is a new install of sns, you should run"\ + printf "$YELLOW_COLOR*$RESET_COLOR - %s\n\n%s $BLUE_COLOR%s$RESET_COLOR %s\n"\ + "Installation succeeded." "If this is a new install of sns, you should run"\ "sns -i" "now." fi } @@ -189,7 +189,6 @@ fi # Print header printf "\n %s\n" "$PROD_STR" -printf " %s\n" "$PROD_SUB" printf "%s\n\n" "--------------------" # Argument Parsing for ARG in "$@"; do