* Moved no editor warning to edit function
* Added message in create_sns_root showing SNS's environment was actually initialized * Changed flag to create SNS's environment from -w to -i
This commit is contained in:
@@ -27,10 +27,7 @@ fi
|
||||
|
||||
echo "$PROD_STR, $VER_STR"
|
||||
|
||||
if [ -z "$EDITOR" ]; then
|
||||
>&2 echo "Error no editor specified in environment."
|
||||
|
||||
elif [ -n "$ERR_NO_GPG" ]; then
|
||||
if [ -n "$ERR_NO_GPG" ]; then
|
||||
>&2 echo " Error: Encryption was specified, but GPG is not installed."
|
||||
exit 100
|
||||
elif [ -n "$ERR_NO_KEY" ]; then
|
||||
|
||||
Reference in New Issue
Block a user