summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-16 15:48:04 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-16 15:48:04 -0400
commita685cb872eb2d9ea5243cf1dda7a285c33aecbbf (patch)
tree9ae29b77bb908105a02c8ab623ceb7ff5f1d92c7 /etc/rc.bootup
parente5a069946a1afcc0cd6048d34dbc0b911cf74aaa (diff)
downloadpfsense-a685cb872eb2d9ea5243cf1dda7a285c33aecbbf.zip
pfsense-a685cb872eb2d9ea5243cf1dda7a285c33aecbbf.tar.gz
Do not launch with tcsh -c, it appears to work at first glance without it.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 261dbc6..cfc75f3 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -57,9 +57,9 @@ function rescue_detect_keypress() {
}
// If R or I was pressed do our logic here
if (in_array($key, array("r", "R"))) {
- system("env TERM=cons25 /bin/tcsh -c /scripts/lua_installer_rescue");
+ system("env TERM=cons25 /scripts/lua_installer_rescue");
} elseif (in_array($key, array("i", "I"))) {
- system("env TERM=cons25 /bin/tcsh -c /scripts/lua_installer");
+ system("env TERM=cons25 /scripts/lua_installer");
if(file_exists("/tmp/install_complete")) {
system("/etc/rc.reboot");
exit;
OpenPOWER on IntegriCloud