From d4b1e549c259c4a2be50d92fe8de65b72b7263bb Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 2 Jul 2014 17:18:47 -0300 Subject: Back to cons25 for now since we found some issues with xterm on serial console --- tmp/post_upgrade_command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmp') diff --git a/tmp/post_upgrade_command b/tmp/post_upgrade_command index d5fc582..d5577f7 100755 --- a/tmp/post_upgrade_command +++ b/tmp/post_upgrade_command @@ -9,7 +9,7 @@ if [ $PFSENSETYPE = "pfSense" ] || [ $PFSENSETYPE = "nanobsd" ]; then fi # Detect interactive logins and display the shell -detect_command='[ -n "$SSH_TTY" -o "$TERM" = "xterm" ] && exec /etc/rc.initial' +detect_command='[ -n "$SSH_TTY" -o "$TERM" = "cons25" ] && exec /etc/rc.initial' echo "$detect_command" > $CVS_CO_DIR/root/.shrc echo "$detect_command" >> $CVS_CO_DIR/root/.profile -- cgit v1.1