Update linupx-scripts.sh

This commit is contained in:
2020-04-19 11:44:42 -05:00
parent 885ab97ed7
commit 6dc5ff2ac4

View File

@@ -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
}