summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-30 05:34:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-30 05:34:23 +0000
commit136fc45a218c28a86544ee45ca3a8b5f4dc245bd (patch)
tree87dc477841cc8c3aa61e0aaa862002558c651c4f /etc/rc
parentac0dcb5002c451c6032cbe0fd7a18216c33bf025 (diff)
downloadpfsense-136fc45a218c28a86544ee45ca3a8b5f4dc245bd.zip
pfsense-136fc45a218c28a86544ee45ca3a8b5f4dc245bd.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