mirror of
https://github.com/YunoHost-Apps/hextris_ynh.git
synced 2024-09-03 19:16:05 +02:00
Debug
This commit is contained in:
parent
0d654c2e00
commit
05d13f99bc
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue