diff --git a/test-in-docker.sh b/test-in-docker.sh index 4a1f8ca..dc8edcf 100755 --- a/test-in-docker.sh +++ b/test-in-docker.sh @@ -45,7 +45,6 @@ test_ares() { cd $(mktemp -d) tar xf /tmp/dotfiles.tar.gz -C . ANSIBLE_EXTRA_ARGS="-e manage_services=false" ./install.sh - read -p "Done, [return] to continue " ' }