From a2dc60552fa2718bcd6e7b520f331361b4689562 Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Sun, 1 Aug 2021 14:28:15 -0700 Subject: [PATCH] Clarify init script --- init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/init.sh b/init.sh index d4ae741..7f84d28 100644 --- a/init.sh +++ b/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