From 4afdd83bba4013fa426891cf55ab452e1a345976 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Aug 2023 19:25:03 -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 352b1fd..ef62135 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -674,7 +674,7 @@ COPYCERTS_UPDATE(){ else echo -e "${Blue}copycerts.sh not found${idsCL[Default]}" fi - [ ${1-x} ] && exit 0 || read -n 1 -s -p "Press any key to continue" + [ ${1} ] && read -n 1 -s -p "Press any key to continue" || exit 0 } UPDATEREPOKEYS(){