1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/framagames_ynh.git synced 2024-09-03 18:36:28 +02:00
This commit is contained in:
polytan02 2015-04-12 22:45:36 +01:00
parent d10864d2d9
commit 6ba4c05f9d

View file

@ -52,7 +52,7 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$sitename.conf
#sudo yunohost app setting $app is_public -v "$is_public"
if [ $is_public = "Yes" ];
then
sudo yunohost app setting $app unprotected_uris -v "/"
sudo yunohost app setting $app skipped_uris -v "/"
#else
# sudo yunohost app setting $app protected_uris -v "/"
fi