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
a90151a662
commit
a0522dc47c
1 changed files with 0 additions and 5 deletions
|
@ -41,11 +41,6 @@ fi
|
||||||
is_public=$(ynh_app_setting_get --app=$app --key=is_public)
|
is_public=$(ynh_app_setting_get --app=$app --key=is_public)
|
||||||
|
|
||||||
if [ -n "$is_public" ]; then
|
if [ -n "$is_public" ]; then
|
||||||
# Remove unprotected_uris
|
|
||||||
ynh_app_setting_delete --app=$app --key=unprotected_uris
|
|
||||||
# Remove protected_uris
|
|
||||||
ynh_app_setting_delete --app=$app --key=protected_uris
|
|
||||||
|
|
||||||
# Removing skipped/unprotected_uris under certain conditions, remove the visitors group added during the migration process of 3.7
|
# Removing skipped/unprotected_uris under certain conditions, remove the visitors group added during the migration process of 3.7
|
||||||
# Remove skipped_uris. If the app was public, add visitors again to the main permission
|
# Remove skipped_uris. If the app was public, add visitors again to the main permission
|
||||||
if ynh_permission_has_user --permission=main --user=visitors
|
if ynh_permission_has_user --permission=main --user=visitors
|
||||||
|
|
Loading…
Add table
Reference in a new issue