From 362403afa8400a2b771e9924e26b77b299ea861e Mon Sep 17 00:00:00 2001 From: David P Date: Mon, 17 Aug 2020 22:47:03 +0000 Subject: [PATCH] VentoyWorker.sh: make 'read -p' a bit more aesthetical --- INSTALL/tool/VentoyWorker.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL/tool/VentoyWorker.sh b/INSTALL/tool/VentoyWorker.sh index 10f65643..707c51a6 100644 --- a/INSTALL/tool/VentoyWorker.sh +++ b/INSTALL/tool/VentoyWorker.sh @@ -180,7 +180,7 @@ if [ "$MODE" = "install" ]; then vtwarn "All the data on the disk $DISK will be lost!!!" echo "" - read -p 'Continue? (y/n)' Answer + read -p 'Continue? (y/n) ' Answer if [ "$Answer" != "y" ]; then if [ "$Answer" != "Y" ]; then exit 0 @@ -189,7 +189,7 @@ if [ "$MODE" = "install" ]; then echo "" vtwarn "All the data on the disk $DISK will be lost!!!" - read -p 'Double-check. Continue? (y/n)' Answer + read -p 'Double-check. Continue? (y/n) ' Answer if [ "$Answer" != "y" ]; then if [ "$Answer" != "Y" ]; then exit 0 @@ -315,7 +315,7 @@ else vtinfo "Upgrade operation is safe, all the data in the 1st partition (iso files and other) will be unchanged!" echo "" - read -p "Update Ventoy $oldver ===> $curver Continue? (y/n)" Answer + read -p "Update Ventoy $oldver ===> $curver Continue? (y/n) " Answer if [ "$Answer" != "y" ]; then if [ "$Answer" != "Y" ]; then exit 0