Clarify init script

This commit is contained in:
Jafner 2021-08-01 14:28:15 -07:00
parent 4172c0366d
commit e76d30f541

View File

@ -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