1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00
wakapi/wait-for-it.sh

9 lines
153 B
Bash
Raw Normal View History

2020-04-26 16:07:00 +03:00
#!/bin/bash
if [ "$WAKAPI_DB_TYPE" != "sqlite3" ]; then
echo "Waiting 10 Seconds for DB to start"
sleep 10;
fi
2019-10-08 01:41:00 +03:00
echo "Starting Application"
./wakapi