Update linupx-scripts.sh

This commit is contained in:
2023-08-28 19:25:03 -05:00
parent e1b3730ce9
commit 4afdd83bba

View File

@@ -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(){