Update prestart.sh
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
FILE=/app/app/config/app.db
|
FILE=/app/app/config/app.db
|
||||||
if test -f "$FILE";
|
if [ -f "$FILE" ]; then
|
||||||
then
|
|
||||||
echo "$FILE exists."
|
echo "$FILE exists."
|
||||||
else
|
else
|
||||||
python3 setup.py
|
python setup.py
|
||||||
echo "ran setup"
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user