Clarify init script
This commit is contained in:
parent
4172c0366d
commit
e76d30f541
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user