diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-01 00:24:33 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-01 00:24:33 +0000 |
commit | 2c69c9f7aed7b18ca479b6bdad10e116ae06a076 (patch) | |
tree | 2d069260b20e26cae47f25e476aa114d4c31bdf2 /etc | |
parent | 99dc4c7798c75ea30249e538f09da4575bf81f94 (diff) | |
download | pfsense-2c69c9f7aed7b18ca479b6bdad10e116ae06a076.zip pfsense-2c69c9f7aed7b18ca479b6bdad10e116ae06a076.tar.gz |
^ then
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.initial | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial index caf3735..b13cc85 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -101,7 +101,7 @@ case ${opmode} in /etc/rc.restart_webgui ;; 98) - if [ ! -f /tmp/config_moved ]; + if [ ! -f /tmp/config_moved ]; then /etc/rc.initial.store_config_to_removable_device fi ;; |