mirror of
				https://git.koehlerweb.org/frodovdr/guac-install
				synced 2025-10-31 11:26:39 +01:00 
			
		
		
		
	Ensure guacd started
I don't know if this is required but it doesn't hurt
This commit is contained in:
		| @@ -172,6 +172,9 @@ echo $SQLCODE | mysql -u root -p$mysqlrootpassword | |||||||
| # Add Guacamole schema to newly created database | # Add Guacamole schema to newly created database | ||||||
| cat guacamole-auth-jdbc-${GUACVERSION}/mysql/schema/*.sql | mysql -u root -p$mysqlrootpassword guacamole_db | cat guacamole-auth-jdbc-${GUACVERSION}/mysql/schema/*.sql | mysql -u root -p$mysqlrootpassword guacamole_db | ||||||
|  |  | ||||||
|  | # Ensure guacd is started | ||||||
|  | service guacd start | ||||||
|  |  | ||||||
| # Cleanup | # Cleanup | ||||||
| rm -rf guacamole-* | rm -rf guacamole-* | ||||||
| rm -rf mysql-connector-java-${MCJVERSION}* | rm -rf mysql-connector-java-${MCJVERSION}* | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user