Skip to content

Commit 0040666

Browse files
Update startup.sh
update sleep parameters
1 parent 0bd6064 commit 0040666

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/startup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Run an initial setup script for the MariaDB database
22
if [ -f .devcontainer/setup-mariadb.sql ]; then
3-
sleep 10
3+
sleep 20
44
mysql -h 127.0.0.1 -uroot -pmariadb < .devcontainer/setup-mariadb.sql
55
fi
66

77
if [ -f .devcontainer/H_Plus_Sports_MySQL.sql ]; then
8+
sleep 20
89
mysql -h 127.0.0.1 -umariadb -pmariadb < .devcontainer/H_Plus_Sports_MySQL.sql
910
fi

0 commit comments

Comments
 (0)