mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-705: Merge change string comparison from bash to sh syntax
This commit is contained in:
@@ -374,7 +374,7 @@ make sure they are readable for the user in the container.
|
||||
END
|
||||
exit 1;
|
||||
fi
|
||||
if [ "$RADIUS_AUTH_PROTOCOL" == "eap-ttls" -a -z "$RADIUS_EAP_TTLS_INNER_PROTOCOL" ]; then
|
||||
if [ "$RADIUS_AUTH_PROTOCOL" = "eap-ttls" -a -z "$RADIUS_EAP_TTLS_INNER_PROTOCOL" ]; then
|
||||
cat <<END
|
||||
FATAL: Authentication protocol "eap-ttls" specified but
|
||||
RADIUS_EAP_TTLS_INNER_PROTOCOL is not set!
|
||||
|
Reference in New Issue
Block a user