mirror of
https://github.com/YunoHost-Apps/monitorix_ynh.git
synced 2024-09-03 19:46:06 +02:00
Fix install
This commit is contained in:
parent
595caa2dc9
commit
c7830fdec5
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ if [ -n "$(ls -A "$data_dir")" ]; then
|
|||
mv -t "$old_data_dir_path" "$data_dir"/*
|
||||
app_data_dirs="$(echo /home/yunohost.app/*)"
|
||||
fi
|
||||
mkdir -p /var/log/"$app"
|
||||
|
||||
ynh_systemd_action --service_name="$app" --action=stop --log_path=systemd --timeout=15
|
||||
|
||||
|
|
Loading…
Reference in a new issue