mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-271: corrected style of if statement in associate_duo()
This commit is contained in:
@@ -467,9 +467,9 @@ END
|
||||
##
|
||||
associate_duo() {
|
||||
# Verify required parameters are present
|
||||
if [ -z "$DUO_INTEGRATION_KEY" ] || \
|
||||
[ -z "$DUO_SECRET_KEY" ] || \
|
||||
[ ${#DUO_APPLICATION_KEY} -lt 40 ]
|
||||
if [ -z "$DUO_INTEGRATION_KEY" ] || \
|
||||
[ -z "$DUO_SECRET_KEY" ] || \
|
||||
[ ${#DUO_APPLICATION_KEY} -lt 40 ]
|
||||
then
|
||||
cat <<END
|
||||
FATAL: Missing required environment variables
|
||||
|
Reference in New Issue
Block a user