Formatting changes

This commit is contained in:
Jon-William Lewis
2016-08-27 13:07:34 -05:00
parent 41d647096c
commit 41fc4ab4d4

View File

@@ -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