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

[fix] delete user variable to restore

This commit is contained in:
magikcypress 2017-05-30 14:40:27 +02:00
parent 0e056156bf
commit d2b6c135d5
No known key found for this signature in database
GPG key ID: 3B3C7CD61957AC9A

View file

@ -18,7 +18,6 @@ app=$YNH_APP_INSTANCE_NAME
# Retrieve arguments # Retrieve arguments
domain=$(ynh_app_setting_get "$app" domain) domain=$(ynh_app_setting_get "$app" domain)
path=$(ynh_app_setting_get "$app" path) path=$(ynh_app_setting_get "$app" path)
user=$(ynh_app_setting_get $app allowed_users)
is_public=$(ynh_app_setting_get $app is_public) is_public=$(ynh_app_setting_get $app is_public)
# Check domain/path availability # Check domain/path availability