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() {
|
associate_duo() {
|
||||||
# Verify required parameters are present
|
# Verify required parameters are present
|
||||||
if [ -z "$DUO_INTEGRATION_KEY" ] || \
|
if [ -z "$DUO_INTEGRATION_KEY" ] || \
|
||||||
[ -z "$DUO_SECRET_KEY" ] || \
|
[ -z "$DUO_SECRET_KEY" ] || \
|
||||||
[ ${#DUO_APPLICATION_KEY} -lt 40 ]
|
[ ${#DUO_APPLICATION_KEY} -lt 40 ]
|
||||||
then
|
then
|
||||||
cat <<END
|
cat <<END
|
||||||
FATAL: Missing required environment variables
|
FATAL: Missing required environment variables
|
||||||
|
Reference in New Issue
Block a user