8 lines
109 B
Text
8 lines
109 B
Text
|
#!/bin/bash
|
||
|
|
||
|
sleep 10
|
||
|
echo "Running sync-pull"
|
||
|
vendor/bin/wait-for-postgres
|
||
|
/sync/sync --pull
|
||
|
|
||
|
sleep infinity
|