diff options
-rw-r--r-- | config/anyterm/anyterm.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/anyterm/anyterm.inc b/config/anyterm/anyterm.inc index eefe2bfb..7f2f95f3 100644 --- a/config/anyterm/anyterm.inc +++ b/config/anyterm/anyterm.inc @@ -49,7 +49,7 @@ function anyterm_install() { $port = " --port {$config['installedpackages']['anyterm']['config'][0]['port']}"; // This will bring up the pfSense style menu - $anytermd_command = "anytermd --user root --command \"/usr/libexec/getty Pc\" --auth trivial $port"; + $anytermd_command = "anytermd --user root --command '/etc/rc.initial' --auth trivial $port"; $anyterm = <<<EOD #!/bin/sh |