diff --git a/s6/debian-root/etc/cont-init.d/20-start.sh b/s6/debian-root/etc/cont-init.d/20-start.sh index 1f68689..5c92d59 100644 --- a/s6/debian-root/etc/cont-init.d/20-start.sh +++ b/s6/debian-root/etc/cont-init.d/20-start.sh @@ -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