Allow web access back to shell

This commit is contained in:
Ing 2023-05-28 10:12:30 +08:00
parent 0f2153153c
commit bd11a49de8

View File

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