Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3363737
D9223.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
583 B
Referenced Files
None
Subscribers
None
D9223.diff
View Options
diff --git a/nix/mariadb-up-mac.nix b/nix/mariadb-up-mac.nix
--- a/nix/mariadb-up-mac.nix
+++ b/nix/mariadb-up-mac.nix
@@ -76,10 +76,10 @@
"${mariadb-entrypoint}/bin/mariadb-init" \
"$MARIADB_PIDFILE"
- if [[ ! -S "$MYSQL_UNIX_PORT" ]]; then
- echo "Waiting for MariaDB to come up"
- while [[ ! -S "$MYSQL_UNIX_PORT" ]]; do sleep 1; done
- fi
+ while [[ ! -S "$MYSQL_UNIX_PORT" ]]; do
+ echo "Waiting for MariaDB socket"
+ sleep 3
+ done
# Assume this was run from git repository
PRJ_ROOT=$(git rev-parse --show-toplevel)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 26, 3:16 AM (21 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2582252
Default Alt Text
D9223.diff (583 B)
Attached To
Mode
D9223: [nix] add logs to console while waiting for MariaDB to come up
Attached
Detach File
Event Timeline
Log In to Comment