Update linupx-scripts.sh

This commit is contained in:
2023-04-27 13:03:42 -05:00
parent 01fb0aca0a
commit 9bbc779e85

View File

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