summaryrefslogtreecommitdiffstats
path: root/etc/rc.reboot
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.reboot')
-rwxr-xr-xetc/rc.reboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.reboot b/etc/rc.reboot
index 7a424c0..721c742 100755
--- a/etc/rc.reboot
+++ b/etc/rc.reboot
@@ -17,7 +17,7 @@ if [ "$PLATFORM" = "pfSense" ]; then
else
/etc/rc.conf_mount_rw
# Save the rrd databases to the config path.
- cd /var && tar -czf /cf/conf/rrd.tgz -C / var/db/rrd/*.rrd
+ cd / && tar -czf /cf/conf/rrd.tgz -C / var/db/rrd/*.rrd
/etc/rc.conf_mount_ro
fi
OpenPOWER on IntegriCloud