mirror of
https://github.com/YunoHost-Apps/13ft_ynh.git
synced 2024-09-03 18:06:03 +02:00
fix
This commit is contained in:
parent
ca569ffe21
commit
286ccb3442
1 changed files with 3 additions and 1 deletions
|
@ -156,7 +156,9 @@ ynh_add_nginx_config
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Upgrading systemd configuration..." --weight=1
|
ynh_script_progression --message="Upgrading systemd configuration..." --weight=1
|
||||||
|
|
||||||
mkdir /var/log/13ft
|
if [ ! -d directory ]; then
|
||||||
|
mkdir /var/log/13ft
|
||||||
|
fi
|
||||||
|
|
||||||
# Create a dedicated systemd config
|
# Create a dedicated systemd config
|
||||||
ynh_add_systemd_config
|
ynh_add_systemd_config
|
||||||
|
|
Loading…
Add table
Reference in a new issue