1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/guacamole_ynh.git synced 2024-09-03 19:16:03 +02:00
This commit is contained in:
Éric Gaspar 2023-06-05 14:34:14 +02:00
parent 8c2390eb07
commit 1e6cabb151
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ code = "https://github.com/search?utf8=%E2%9C%93&q=repo%3Aapache%2Fguacamole-ser
yunohost = ">= 11.1.19" yunohost = ">= 11.1.19"
architectures = "all" architectures = "all"
multi_instance = true multi_instance = true
ldap = false ldap = true
sso = false sso = false
disk = "50M" disk = "50M"
ram.build = "50M" ram.build = "50M"

View file

@ -22,7 +22,7 @@ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
#================================================= #=================================================
# RECREATE THE DEDICATED USER # RECREATE THE DEDICATED USER
#================================================= #=================================================
#REMOVEME? ynh_script_progression --message="Recreating the dedicated system user..." --weight=1 ynh_script_progression --message="Recreating the dedicated system user..." --weight=1
# Create the dedicated user (if not existing) # Create the dedicated user (if not existing)
ynh_system_user_create --username="$app-guacd" ynh_system_user_create --username="$app-guacd"