mirror of
https://github.com/YunoHost-Apps/domoticz_ynh.git
synced 2024-09-03 18:26:17 +02:00
typo
This commit is contained in:
parent
e0a1ea755e
commit
73b84a5f72
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue