Change text to Press enter to continue because that is how it works

This commit is contained in:
Josh.5
2022-01-16 05:54:59 +13:00
parent 8d90694712
commit d06582c38e

View File

@@ -23,6 +23,6 @@ if [[ "${script_path}" == *"opt/script"* ]]; then
echo "Installed init script '${dest_file}'"
echo "This script will install ${pkg^} when you next restart the container."
echo
read -s -p "Press any key to continue"
read -s -p "Press enter to continue"
echo
fi