This commit is contained in:
Chase Wright 2021-08-20 21:17:56 -05:00 committed by GitHub
parent 0ba76b783b
commit 4e88c3731e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -124,11 +124,11 @@ fi
# Upgrade Guacamole Server
cd guacamole-server-${GUACVERSION}
./configure --with-init-dir=/etc/init.d
./configure --with-systemd-dir=/etc/systemd/system
if [ $? -ne 0 ]; then
echo "Failed to configure guacamole-server"
echo "Trying again with --enable-allow-freerdp-snapshots"
./configure --with-init-dir=/etc/init.d --enable-allow-freerdp-snapshots
./configure --with-systemd-dir=/etc/systemd/system --enable-allow-freerdp-snapshots
if [ $? -ne 0 ]; then
echo "Failed to configure guacamole-server - again"
exit