summaryrefslogtreecommitdiffstats
path: root/etc/inc/upgrade_config.inc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-07-06 16:25:36 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-07-06 16:25:36 -0300
commite7f65689c776a073c33cb92814fe877288209780 (patch)
tree2c5c5b577f4f0f0e0e183e3e3a6c0a341b24eae5 /etc/inc/upgrade_config.inc
parent64746cf64046b0a9e42b2223677704d8cce9c16b (diff)
downloadpfsense-e7f65689c776a073c33cb92814fe877288209780.zip
pfsense-e7f65689c776a073c33cb92814fe877288209780.tar.gz
Remove extra quote and fix syntax
Diffstat (limited to 'etc/inc/upgrade_config.inc')
-rw-r--r--etc/inc/upgrade_config.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/upgrade_config.inc b/etc/inc/upgrade_config.inc
index 9c70511..fd0ad68 100644
--- a/etc/inc/upgrade_config.inc
+++ b/etc/inc/upgrade_config.inc
@@ -2110,7 +2110,7 @@ function upgrade_054_to_055() {
/* Let's save the RRD graphs after we run enable RRD graphing */
/* The function will restore the rrd.tgz so we will save it after */
exec("cd /; LANG=C NO_REMOUNT=1 RRDDBPATH='{$rrddbpath}' CF_CONF_PATH='{$g['cf_conf_path']}' /etc/rc.backup_rrd.sh");
- unlink_if_exists("{$g['vardb_path']}"/rrd/*.xml");
+ unlink_if_exists("{$g['vardb_path']}/rrd/*.xml");
if ($g['booting'])
echo "Updating configuration...";
}
OpenPOWER on IntegriCloud