From 0d1b0203926a39a8956d9aa1e349255c8c80ebea Mon Sep 17 00:00:00 2001 From: Admin9705 <9705@duck.com> Date: Tue, 17 Sep 2024 06:13:15 -0400 Subject: [PATCH] update --- mods/scripts/menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/scripts/menu.sh b/mods/scripts/menu.sh index 26e45eabe..d2329a5a0 100644 --- a/mods/scripts/menu.sh +++ b/mods/scripts/menu.sh @@ -30,7 +30,7 @@ elif [[ $SUDO_UID -ne 1000 ]] || [[ $SUDO_GID -ne 1000 ]]; then echo -e "${RED}Run as user '$REQUIRED_USER' by using typing 'su $REQUIRED_USER'" echo -e "Then type 'sudo plexguide'${NC}" echo "" - read -p "Press [ENTER] to acknowledge 2" + read -p "Press [ENTER] to acknowledge" bash /pg/installer/menu_exit.sh exit 1 elif [[ $EUID -ne 0 ]]; then