diff --git a/configuration/worker/boot.sh b/configuration/worker/boot.sh
index 6929fb4a696cedfed85140addd79710c63a49460..c9caf9333f4ea4adfc1c1869953f4f711811a7e7 100644
--- a/configuration/worker/boot.sh
+++ b/configuration/worker/boot.sh
@@ -35,7 +35,7 @@ else
 fi
 
 # Start cockroach db
-bash /home/ubuntu/startdb.sh
+yes | bash /home/ubuntu/startdb.sh
 
 # Start Docker
 systemctl start docker
\ No newline at end of file