Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oehrli committed Feb 18, 2021
1 parent cbdb1b6 commit 82c0210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/guacamole_init.template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
EMAIL="${admin_email}" # A valid address is strongly recommended for lets encrypt
HOSTNAME="${host_name}" # Hostname for the bastion host
DOMAINNAME="${domain_name}" # Domainname for the bastion host
WEBHOST_NAME="${host_name}" # web host name used configure nginx / dns
WEBHOST_NAME="${webhost_name}" # web host name used configure nginx / dns
PROXYSERVER="${webproxy_name}" # web proxy name used configure nginx
STAGING_ENABLE=${staging} # Set to 1 if you're testing your setup to avoid hitting request limits
GUACAMOLE_USER=${guacamole_user}
Expand Down

0 comments on commit 82c0210

Please sign in to comment.