Formatting changes
This commit is contained in:
@@ -152,8 +152,8 @@ function verify {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
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\n\n%s $BLUE_COLOR%s$RESET_COLOR %s\n"\
|
||||||
"Installation succeeded. If this is a new install of sns, you should run"\
|
"Installation succeeded." "If this is a new install of sns, you should run"\
|
||||||
"sns -i" "now."
|
"sns -i" "now."
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
@@ -189,7 +189,6 @@ fi
|
|||||||
|
|
||||||
# Print header
|
# Print header
|
||||||
printf "\n %s\n" "$PROD_STR"
|
printf "\n %s\n" "$PROD_STR"
|
||||||
printf " %s\n" "$PROD_SUB"
|
|
||||||
printf "%s\n\n" "--------------------"
|
printf "%s\n\n" "--------------------"
|
||||||
# Argument Parsing
|
# Argument Parsing
|
||||||
for ARG in "$@"; do
|
for ARG in "$@"; do
|
||||||
|
|||||||
Reference in New Issue
Block a user