From 6dc5ff2ac45dbb70c1c27da3c14a192b11a0bbe2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 19 Apr 2020 11:44:42 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index aa4f583..265479b 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -373,7 +373,7 @@ PYTHON3UPGRADE(){ echo "" echo -e "${Green}Python3 Upfgrade has been Completed${Color_Off}" if [ ${action-x} ]; then exit 0; fi - read -n 1 -s -p "Press any key to continue";; + read -n 1 -s -p "Press any key to continue" exit 0;; esac }