1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/guacamole_ynh.git synced 2024-09-03 19:16:03 +02:00

Merge branch 'testing' into version-2

This commit is contained in:
Éric Gaspar 2023-06-05 14:26:28 +02:00
commit 7835854cab
2 changed files with 3 additions and 2 deletions

View file

@ -9,4 +9,5 @@ mysql-port: 3306
mysql-database: __DB_NAME__
mysql-username: __DB_USER__
mysql-password: __DB_PWD__
mysql-auto-create-accounts: true
mysql-auto-create-accounts: true
mysql-ssl-mode: disabled

View file

@ -9,7 +9,7 @@
#=================================================
function setup_sources {
guacamole_verson="1.5.1"
guacamole_version="1.5.2"
ynh_setup_source --source_id="server" --dest_dir="$install_dir/.guacd-src"