From ef3447cbfb03b358fa3bdb1b114487519d2c8af2 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 22 Sep 2021 18:11:05 +0700 Subject: [PATCH] fix read waiting for return issue --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index c9954d3..c823292 100755 --- a/deploy.sh +++ b/deploy.sh @@ -108,7 +108,8 @@ function sync_docker { printf "\nlatest images:\n" sudo docker image ls bbilly1/tubearchivist - read -s "Push?" + echo "continue?" + read -rn 1 # push to docker echo "pushing latest:"