Skip to content

Commit

Permalink
replace Mysql with Postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarkazis committed Jan 25, 2017
1 parent eb5d322 commit 7b924fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
echo "Wait for sqlDB...."
while ! nc -z mysql 3306; do
while ! nc -z postgsql 5433; do
sleep 1 && echo -n .; # waiting for mysql
done;
python /opt/Monitoring/manage.py makemigrations && \
Expand Down

0 comments on commit 7b924fd

Please sign in to comment.