mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 20:00:15 +00:00
fix read waiting for return issue
This commit is contained in:
parent
80fcbddd65
commit
ef3447cbfb
@ -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:"
|
||||||
|
Loading…
Reference in New Issue
Block a user