mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
parent
eb5e790f09
commit
7ad4b1f4d9
@ -1944,7 +1944,7 @@ function upgrade_054_to_055() {
|
||||
log_error("RRD restore failed exited with $rrdreturn, the error is: $rrdrestore\n");
|
||||
}
|
||||
/* Make sure to move the rrd backup out of the way. We will make a new one after converting. */
|
||||
exec("/bin/mv {$g['cf_conf_path']}/rrd.tgz /root/");
|
||||
exec("/bin/mv {$g['cf_conf_path']}/rrd.tgz {$g['cf_conf_path']}/backup");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user