1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

Update install

This commit is contained in:
frju365 2017-01-29 16:16:08 +01:00 committed by GitHub
parent d1e8d3119d
commit 43f6164abb

View file

@ -48,7 +48,7 @@ sudo chmod 600 $nginxconf
sudo yunohost app setting $app is_public -v "$is_public"
if [ "$is_public" = "Yes" ];
then
sudo yunohost app setting $app unprotected_uris -v "/"
ynh_app_setting_set "$app" unprotected_uris "/"
fi
sudo service nginx reload