mirror of
				https://git.koehlerweb.org/frodovdr/guac-install
				synced 2025-10-31 01:46:39 +01:00 
			
		
		
		
	systemd
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user