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:
parent
6ea439724d
commit
bb3ba1e52e
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,8 @@ location __PATH__ {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Do not include SSOWAT user panel.
|
# Do not include SSOWAT user panel.
|
||||||
#include conf.d/yunohost_panel.conf.inc;
|
# include conf.d/yunohost_panel.conf.inc;
|
||||||
|
|
||||||
location ~ /(conf|history)(/|$) {
|
location ~ /(conf|history)(/|$) {
|
||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,6 @@ app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
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" user)
|
|
||||||
is_public=$(ynh_app_setting_get $app is_public)
|
is_public=$(ynh_app_setting_get $app is_public)
|
||||||
|
|
||||||
ynh_backup_before_upgrade # Backup the current version of the app
|
ynh_backup_before_upgrade # Backup the current version of the app
|
||||||
|
|
Loading…
Add table
Reference in a new issue