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 upgrade

This commit is contained in:
magikcypress 2017-05-30 14:25:30 +02:00
parent 6ea439724d
commit bb3ba1e52e
No known key found for this signature in database
GPG key ID: 3B3C7CD61957AC9A
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,8 @@ location __PATH__ {
}
# Do not include SSOWAT user panel.
#include conf.d/yunohost_panel.conf.inc;
# include conf.d/yunohost_panel.conf.inc;
location ~ /(conf|history)(/|$) {
deny all;
}

View file

@ -16,7 +16,6 @@ app=$YNH_APP_INSTANCE_NAME
domain=$(ynh_app_setting_get "$app" domain)
path=$(ynh_app_setting_get "$app" path)
user=$(ynh_app_setting_get "$app" user)
is_public=$(ynh_app_setting_get $app is_public)
ynh_backup_before_upgrade # Backup the current version of the app