1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/domoticz_ynh.git synced 2024-09-03 18:26:17 +02:00
This commit is contained in:
Krakinou 2022-12-03 12:13:54 +01:00
parent e0a1ea755e
commit 73b84a5f72

View file

@ -148,7 +148,7 @@ if [ ! -z "$mqtt_domain" ]; then
fi
#remove unwanted log folder
if [-d "/var/log/$app/$app" ]; then
if [ -d "/var/log/$app/$app" ]; then
ynh_secure_remove "/var/log/$app/$app"
fi