summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-30 05:34:17 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-30 05:34:17 +0000
commit9afe0d5a935f5403644cc530dd330fec2173bd2f (patch)
tree1e3c4f43ab2d4caf3d647b505eab4c46f21cb6b3 /etc/rc
parent889044cad0dc25de4067415f13f6a5c0f482e2d0 (diff)
downloadpfsense-9afe0d5a935f5403644cc530dd330fec2173bd2f.zip
pfsense-9afe0d5a935f5403644cc530dd330fec2173bd2f.tar.gz
Clean backup cache before starting php environment
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index 90927a2..4306ae2 100755
--- a/etc/rc
+++ b/etc/rc
@@ -232,6 +232,8 @@ extension=radius.so
EOF
fi
+rm -f /cf/conf/backup/backup.cache
+
# let the PHP-based configuration subsystem set up the system now
echo -n "Launching PHP init system..."
/etc/rc.bootup
OpenPOWER on IntegriCloud