From 0e89e001aba4a3a9024868011280157090ccceb0 Mon Sep 17 00:00:00 2001 From: raphaesl <raphaesl@stud.ntnu.no> Date: Sat, 25 Mar 2023 16:16:46 +0100 Subject: [PATCH] Fixed backup script --- configuration/worker/boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/worker/boot.sh b/configuration/worker/boot.sh index 6929fb4..c9caf93 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 -- GitLab