Updated readme and fixed SmartPing.sh

Removed unset command for parameter, since this broke the script
This commit is contained in:
2022-08-02 01:48:15 +02:00
parent 83a1f52ca4
commit fce2222628
2 changed files with 3 additions and 4 deletions

View File

@@ -14,7 +14,6 @@
. $( dirname "$0" )/../config/SmartPing_"$1".cfg
. $( dirname "$0" )/../config/Pinger.cfg
unset $1
#Default disable log
: ${LogFile:="/dev/null"}