Fixed a bug where sns does not exit in the abscence of an existing store

This commit is contained in:
Jon-William Lewis
2016-02-15 11:38:03 -06:00
parent ca398122f3
commit 0692801069
3 changed files with 324 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ if [ -r "$CONFIG_FILE" ]; then
else
>&2 printf " $RED_COLOR!$RESET_COLOR %s\n\t%s\n"\
"Configuration note found. Please run sns -i."
exit 5 #ERR_NO_STORE
fi
if [ "$ENCRYPTION" == "TRUE" ]; then