fix read waiting for return issue

pull/44/head
simon 3 years ago
parent 80fcbddd65
commit ef3447cbfb

@ -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:"

Loading…
Cancel
Save