travelmate: update 2.0.2

* fix a vpn/iptables race condition
* remove needless dnsmasq dependency
* synchronize code-base of all auto-login scripts, due to
  COVID-19 restrictions all of them are still untested/WIP
* various small cleanups

Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
Dirk Brenken
2020-10-03 10:24:28 +02:00
parent d3a213b01b
commit 404dc5b101
11 changed files with 159 additions and 96 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ f_log()
}
if [ "${ACTION}" = "stratum" ] && [ ! -f "${trm_ntpfile}" ] && \
[ "$("${trm_init}" enabled; printf "%u" ${?})" -eq "0" ]
[ "$("${trm_init}" enabled; printf "%u" ${?})" = "0" ]
then
> "${trm_ntpfile}"
f_log "info" "get ntp time sync"