Allow web access back to shell

This commit is contained in:
Ing 2023-05-28 10:12:30 +08:00
parent 34c7f8ce81
commit 1cd9a14574

View File

@ -39,5 +39,5 @@ fi
cd /opt/arpl cd /opt/arpl
if tty | grep -q "/dev/pts" && [ -z "${SSH_TTY}" ]; then if tty | grep -q "/dev/pts" && [ -z "${SSH_TTY}" ]; then
/opt/arpl/menu.sh /opt/arpl/menu.sh
exit #exit # Allow web access back to shell
fi fi