summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.store_config_to_removable_device
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-02 00:02:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-02 00:02:33 +0000
commit6f72d3c084041fdf353f34b654c3e7b6202d4912 (patch)
treeb9855befe532f892e016d60f5014bbfd0bb98911 /etc/rc.initial.store_config_to_removable_device
parent0f499d64ca7d7088e3b64c84dde7cf09a3b054b9 (diff)
downloadpfsense-6f72d3c084041fdf353f34b654c3e7b6202d4912.zip
pfsense-6f72d3c084041fdf353f34b654c3e7b6202d4912.tar.gz
Remove /var/db/pfi after moving configuration to deactivate option #98
Diffstat (limited to 'etc/rc.initial.store_config_to_removable_device')
-rwxr-xr-xetc/rc.initial.store_config_to_removable_device1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.initial.store_config_to_removable_device b/etc/rc.initial.store_config_to_removable_device
index 932263d..5e4e15a 100755
--- a/etc/rc.initial.store_config_to_removable_device
+++ b/etc/rc.initial.store_config_to_removable_device
@@ -77,6 +77,7 @@
echo "linking...";
mwexec("/bin/ln -s /mnt/cf /cf/conf");
mwexec("/bin/ln -s /mnt/cf /conf");
+ mwexec("/bin/rm -f /var/db/pfi");
echo "done.\n\n";
OpenPOWER on IntegriCloud