1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hextris_ynh.git synced 2024-09-03 19:16:05 +02:00
This commit is contained in:
Aeris One 2020-03-30 14:57:50 +02:00 committed by GitHub
parent 0d654c2e00
commit 05d13f99bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,8 @@ if [ ! -z $is_public ]; then
if [ "$is_public" = "1" ]; then if [ "$is_public" = "1" ]; then
ynh_permission_update --permission "main" --add "visitors" ynh_permission_update --permission "main" --add "visitors"
show_warning="1" show_warning="1"
else
show_warning="0"
fi fi
ynh_app_setting_delete --app=$app --key=is_public ynh_app_setting_delete --app=$app --key=is_public
fi fi