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:
commit
7835854cab
2 changed files with 3 additions and 2 deletions
|
@ -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
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue