wakapi/wait-for-it.sh

4 lines
88 B
Bash
Executable File

echo "Waiting 10 Seconds for DB to start"
sleep 10;
echo "Starting Application"
./wakapi