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:
parent
6ca812d7e8
commit
fc00623636
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue