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