summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-11 22:10:38 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-11 22:10:38 +0000
commit19377ccaa4a87b5c752be1504bd8c421d1938143 (patch)
tree702997b6d9790a500869d29d39fefac05e4daf91 /etc/rc.initial
parent73de2be123b65ae56ecd9b338234ad4442f1c422 (diff)
downloadpfsense-19377ccaa4a87b5c752be1504bd8c421d1938143.zip
pfsense-19377ccaa4a87b5c752be1504bd8c421d1938143.tar.gz
Do not attempt to launch the installer if the script does not exist (already installed).
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 557d2e0..637a4fc 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -104,9 +104,7 @@ case ${opmode} in
/usr/sbin/tcpdump -n -e -ttt -i pflog0
;;
installer)
- if [ -e /scripts/lua_installer ]; then
- /scripts/lua_installer
- fi
+ [ -e /scripts/lua_installer ] || /scripts/lua_installer
;;
99)
if grep "$WORD" "$CONFIG"
OpenPOWER on IntegriCloud