correct bootup missing myIP

This commit is contained in:
fred 2024-05-31 13:44:08 +02:00
parent 4c9b2b525f
commit 277b50bc7e
2 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ while true; do
start=`date +%s`
MOATS=$(date -u +"%Y%m%d%H%M%S%4N")
mkdir -p ~/.zen/tmp/${MOATS}
[[ ${myIP} == "" ]] && source "${MY_PATH}/tools/my.sh" ## correct 1st run DHCP latency
PORT=$(cat ~/.zen/tmp/PORT) || PORT=45779