Skip to content

Commit 42a4ab4

Browse files
refactor: print more logs in start-all.sh.
1 parent cbb5e69 commit 42a4ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/start-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ echo -e "\033[1;32mMaxKB starting...\033[0m"
2929
/usr/bin/start-maxkb.sh &
3030
maxkb_pid=$!
3131
sleep 10
32-
wait-for-it 127.0.0.1:8080 --timeout=60 --strict -- echo -e "\033[1;32mMaxKB started.\033[0m"
32+
wait-for-it 127.0.0.1:8080 --timeout=180 --strict -- echo -e "\033[1;32mMaxKB started.\033[0m"
3333

3434
wait -n
3535
echo -e "\033[1;31mSystem is shutting down.\033[0m"

0 commit comments

Comments
 (0)