1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dotclear2_ynh.git synced 2024-09-03 18:26:29 +02:00

fix a warning

This commit is contained in:
Kay0u 2021-12-17 10:56:08 +01:00
parent f6cb024d24
commit b3c6048718
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -66,9 +66,7 @@ if [ -z "$final_path" ]; then
ynh_app_setting_set --app=$app --key=final_path --value=$final_path ynh_app_setting_set --app=$app --key=final_path --value=$final_path
fi fi
is_public=$(ynh_app_setting_get --app=$app --key=is_public) if [ -n "$(ynh_app_setting_get --app=$app --key=is_public)" ]; then
if [ -n "$is_public" ]; then
ynh_app_setting_delete --app=$app --key=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