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:
parent
36efc293c5
commit
9382161b77
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ fi
|
||||||
|
|
||||||
# Migrate data directory
|
# Migrate data directory
|
||||||
if [ -e /var/lib/monitorix/system.rrd ] && [ ! -e "$data_dir"/system.rrd ] ; then
|
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
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue