We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb5e69 commit 42a4ab4Copy full SHA for 42a4ab4
1 file changed
installer/start-all.sh
@@ -29,7 +29,7 @@ echo -e "\033[1;32mMaxKB starting...\033[0m"
29
/usr/bin/start-maxkb.sh &
30
maxkb_pid=$!
31
sleep 10
32
-wait-for-it 127.0.0.1:8080 --timeout=60 --strict -- echo -e "\033[1;32mMaxKB started.\033[0m"
+wait-for-it 127.0.0.1:8080 --timeout=180 --strict -- echo -e "\033[1;32mMaxKB started.\033[0m"
33
34
wait -n
35
echo -e "\033[1;31mSystem is shutting down.\033[0m"
0 commit comments