From 9bbc779e8546bb7e7d1c671d1d46fca9de67ad3f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 27 Apr 2023 13:03:42 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index f96f958..2eddc5b 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -583,9 +583,10 @@ COPYCERTS_UPDATE(){ echo "" echo -e "${Green}copycerts.sh has been updated${Color_Off}" + else + echo -e "${Blue}copycerts.sh not found${Color_Off}" fi - [ ${action-x} ] && exit 0 - read -n 1 -s -p "Press any key to continue" + [ ${1-x} ] && exit 0 || read -n 1 -s -p "Press any key to continue" } SCRIPT_MENU() {