mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
Update upgrade
This commit is contained in:
parent
a1eb174648
commit
4643a6b702
1 changed files with 4 additions and 1 deletions
|
@ -192,7 +192,10 @@ ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --lin
|
||||||
#=================================================
|
#=================================================
|
||||||
# We don't test that in CI
|
# We don't test that in CI
|
||||||
if ! [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then
|
if ! [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then
|
||||||
ynh_add_config --template="nginx.conf" --destination="/etc/nginx/conf.d/$sandboxdomain.d/$app.conf"
|
bck_domain=$domain
|
||||||
|
domain=$sandboxdomain
|
||||||
|
ynh_add_nginx_config
|
||||||
|
domain=$bck_domain
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# We authorize access to sandbox domain
|
# We authorize access to sandbox domain
|
||||||
|
|
Loading…
Reference in a new issue