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:
parent
2ff58db1d6
commit
863cfdbe8d
1 changed files with 3 additions and 3 deletions
|
@ -42,9 +42,9 @@ sudo cp -a ./www "$DESTDIR"
|
||||||
sudo cp -a ./conf/nginx.conf "$NGINX_CONF"
|
sudo cp -a ./conf/nginx.conf "$NGINX_CONF"
|
||||||
|
|
||||||
# Make app public if necessary
|
# Make app public if necessary
|
||||||
if [[ "$is_public" -ne 0 ]];
|
[[ $is_public -eq 1 ]] \
|
||||||
then
|
&& ynh_app_setting_set "$app" unprotected_uris "/"
|
||||||
sudo yunohost app setting $app unprotected_uris -v "/"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Reload Nginx and regenerate SSOwat conf
|
# Reload Nginx and regenerate SSOwat conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue