From d06582c38eed2c17e5f32e92a376c7e3c6a5579b Mon Sep 17 00:00:00 2001 From: "Josh.5" Date: Sun, 16 Jan 2022 05:54:59 +1300 Subject: [PATCH] Change text to Press enter to continue because that is how it works --- overlay/opt/scripts/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/opt/scripts/installer.sh b/overlay/opt/scripts/installer.sh index ae8a4be..b16f551 100644 --- a/overlay/opt/scripts/installer.sh +++ b/overlay/opt/scripts/installer.sh @@ -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