1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/243-game_ynh.git synced 2024-09-03 18:06:00 +02:00

Update install

This commit is contained in:
ericgaspar 2021-05-22 23:11:45 +02:00
parent 8c1da6af7a
commit c6180a4c1a
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -73,7 +73,7 @@ ynh_add_nginx_config
ynh_script_progression --message="Configuring permissions..." --weight=1
# Make app public if necessary
if [ $is_public -eq 1 ]
if [ $is_public -eq 0 ]
then
ynh_permission_update --permission="main" --add="visitors"
fi