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