1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hextris_ynh.git synced 2024-09-03 19:16:05 +02:00

Update upgrade

This commit is contained in:
Aeris One 2020-03-30 19:36:04 +02:00 committed by GitHub
parent 6ca812d7e8
commit fc00623636
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,8 @@ fi
### MIGRATE FROM LEGACY PERMISSION SYSTEM
###
is_public=$(ynh_app_setting_get --app=$app --key=is_public)
if [ -n "$is_public" ]; then
ynh_app_setting_delete --app=$app --key=skipped_uris
if [ $is_public -eq 1 ]; then