mirror of
https://github.com/YunoHost-Apps/radicale_ynh.git
synced 2024-09-03 20:16:14 +02:00
typo
This commit is contained in:
parent
42feaa701b
commit
a0fd04da74
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue