Update 20-start.sh

Signed-off-by: Tyler Spires <shadrach145@gmail.com>
This commit is contained in:
Athrogate 2020-08-14 20:17:24 -04:00 committed by Tyler Spires
parent 7248b3c915
commit 8770b9789b
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ if [ -n "$PYTEST" ]; then
fi
if [ -z "$SKIPGRAVITYONBOOT" ]; then
gravity.sh
else
echo " Skipping Gravity Database Update."
fi
# Kill dnsmasq because s6 won't like it if it's running when s6 services start