diff --git a/deploy.sh b/deploy.sh index cebcf5e..e680570 100644 --- a/deploy.sh +++ b/deploy.sh @@ -11,7 +11,8 @@ function main() { scp ./public/swagger/* zach@tickle.lan:./$authed/files/swagger/ scp ./dndex zach@tickle.lan:./$authed/dndex.new ssh zach@tickle.lan bash -c "true; while [ -e ./$authed/dndex.new ]; do printf '.'; sleep 3; done; echo" - done + done & + wait if [ -n "$BIG" ]; then big fi