From 136fc45a218c28a86544ee45ca3a8b5f4dc245bd Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 30 Apr 2007 05:34:23 +0000 Subject: [PATCH] Clean backup cache before starting php environment --- etc/rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/rc b/etc/rc index 90927a2743..4306ae2d9b 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