Script was modified to pass shellcheck
This commit is contained in:
@@ -11,7 +11,7 @@ else
|
||||
fi
|
||||
|
||||
if [ "$ENCRYPTION" == "TRUE" ]; then
|
||||
if [ ! -r $(which gpg) ]; then
|
||||
if [ ! -r "$(which gpg)" ]; then
|
||||
>&2 printf " $RED_COLOR!$RESET_COLOR %s\n\t%s\n"\
|
||||
"Encryption was specified, but GPG is not installed."
|
||||
exit 100
|
||||
|
||||
Reference in New Issue
Block a user