1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/radicale_ynh.git synced 2024-09-03 20:16:14 +02:00
This commit is contained in:
yalh76 2021-05-18 03:46:48 +02:00
parent 42feaa701b
commit a0fd04da74
2 changed files with 4 additions and 4 deletions

View file

@ -78,9 +78,9 @@ ynh_script_progression --message="Configure NGINX" --weight=2
if [ $infcloud -eq 1 ]
then
# Add InfCloud in NGINX config
$inf_cloud=""
inf_cloud=""
else
$inf_cloud="#INFCLOUD#"
inf_cloud="#INFCLOUD#"
fi
ynh_add_nginx_config

View file

@ -162,9 +162,9 @@ then
if [ $infcloud -eq 1 ]
then
# Add InfCloud in NGINX config
$inf_cloud=""
inf_cloud=""
else
$inf_cloud="#INFCLOUD#"
inf_cloud="#INFCLOUD#"
fi
ynh_add_nginx_config
fi