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

10 lines
152 B
Bash
Executable File

#!/bin/bash
if [ "$WAKAPI_DB_TYPE" != "sqlite3" ]; then
echo "Waiting 3 Seconds for DB to start"
sleep 3;
fi
echo "Starting Application"
./wakapi