mirror of
https://git.koehlerweb.org/frodovdr/guac-install
synced 2024-11-22 09:37:13 +01:00
systemd
This commit is contained in:
parent
0ba76b783b
commit
4e88c3731e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user