From 1cd9a14574a2bdd91cb3d54abb80dca56ba022c4 Mon Sep 17 00:00:00 2001 From: Ing Date: Sun, 28 May 2023 10:12:30 +0800 Subject: [PATCH] Allow web access back to shell --- files/board/arpl/overlayfs/root/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/board/arpl/overlayfs/root/.bashrc b/files/board/arpl/overlayfs/root/.bashrc index e5d76ff2..dfbdc729 100644 --- a/files/board/arpl/overlayfs/root/.bashrc +++ b/files/board/arpl/overlayfs/root/.bashrc @@ -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