mirror of
https://github.com/YunoHost-Apps/laverna_ynh.git
synced 2024-09-03 19:36:06 +02:00
[fix] There is no old settings to remove at upgrade in this app
This commit is contained in:
parent
4fa6a82d8d
commit
16f11425a2
1 changed files with 0 additions and 2 deletions
|
@ -51,8 +51,6 @@ if [[ $is_public -eq 1 ]];
|
||||||
then
|
then
|
||||||
# See install script
|
# See install script
|
||||||
ynh_app_setting_set "$app" unprotected_uris "/"
|
ynh_app_setting_set "$app" unprotected_uris "/"
|
||||||
# Remove old settings
|
|
||||||
ynh_app_setting_delete "$app" skipped_uris
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If a dedicated php-fpm process is used:
|
# If a dedicated php-fpm process is used:
|
||||||
|
|
Loading…
Reference in a new issue