1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monitorix_ynh.git synced 2024-09-03 19:46:06 +02:00

fix argments

This commit is contained in:
Josué Tille 2024-04-04 08:28:16 +02:00
parent 36efc293c5
commit 9382161b77
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -68,7 +68,7 @@ fi
# Migrate data directory
if [ -e /var/lib/monitorix/system.rrd ] && [ ! -e "$data_dir"/system.rrd ] ; then
mv -tf "$data_dir/" /var/lib/monitorix/*
mv -f -t "$data_dir/" /var/lib/monitorix/*
fi
#=================================================