mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
Merge branch 'dev' into zeroidc
This commit is contained in:
commit
cdd25c389e
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ echo "{
|
||||||
}
|
}
|
||||||
" > /var/lib/zerotier-one/local.conf
|
" > /var/lib/zerotier-one/local.conf
|
||||||
|
|
||||||
until /usr/pgsql-10/bin/pg_isready -h ${ZTC_DB_HOST} -p ${ZTC_DB_PORT}; do
|
until /usr/pgsql-10/bin/pg_isready -h ${ZT_DB_HOST} -p ${ZT_DB_PORT}; do
|
||||||
echo "Waiting for PostgreSQL...";
|
echo "Waiting for PostgreSQL...";
|
||||||
sleep 2;
|
sleep 2;
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue