1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pelican_ynh.git synced 2024-09-03 19:46:35 +02:00

💚 fix ci build

This commit is contained in:
YliesC 2017-08-15 15:27:59 +00:00
parent 2ff58db1d6
commit 863cfdbe8d

View file

@ -42,9 +42,9 @@ sudo cp -a ./www "$DESTDIR"
sudo cp -a ./conf/nginx.conf "$NGINX_CONF"
# Make app public if necessary
if [[ "$is_public" -ne 0 ]];
then
sudo yunohost app setting $app unprotected_uris -v "/"
[[ $is_public -eq 1 ]] \
&& ynh_app_setting_set "$app" unprotected_uris "/"
fi
# Reload Nginx and regenerate SSOwat conf