fix read waiting for return issue

This commit is contained in:
simon 2021-09-22 18:11:05 +07:00
parent 80fcbddd65
commit ef3447cbfb

View File

@ -108,7 +108,8 @@ function sync_docker {
printf "\nlatest images:\n" printf "\nlatest images:\n"
sudo docker image ls bbilly1/tubearchivist sudo docker image ls bbilly1/tubearchivist
read -s "Push?" echo "continue?"
read -rn 1
# push to docker # push to docker
echo "pushing latest:" echo "pushing latest:"