diff --git a/5etools-docker/init.sh b/5etools-docker/init.sh index d4ae741c..7f84d283 100644 --- a/5etools-docker/init.sh +++ b/5etools-docker/init.sh @@ -2,6 +2,7 @@ # based on: https://wiki.5e.tools/index.php/5eTools_Install_Guide echo "STARTING" > /status +echo " === Checking internet connectivity..." curl -s get.5e.tools > /dev/null if [ $? = 0 ] # if the get.5e.tools site is accessible