Update 20-start.sh

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

View File

@ -14,7 +14,7 @@ $bashCmd /start.sh
if [ -n "$PYTEST" ]; then
sed -i 's/^gravity_spinup$/#gravity_spinup # DISABLED FOR PYTEST/g' "$(which gravity.sh)"
fi
if [ ! -n "$SKIPGRAVITYONBOOT" ]; then
if [ -z "$SKIPGRAVITYONBOOT" ]; then
gravity.sh
fi