mobile-linux-push-notifications: fix src-port -> dest-port typo

This commit is contained in:
2023-12-09 18:28:10 +00:00
parent 838b0b0dfa
commit 8f7a3f3f7c

View File

@@ -275,7 +275,7 @@ done
# configure to wake on any traffic to that ntfy connection
rtl8723cs-wowlan enable-clean
rtl8723cs-wowlan tcp --src-port "$port"
rtl8723cs-wowlan tcp --dest-port "$port"
sxmo_log "calling suspend with suspend_time 600"
doas rtcwake -m mem -s 600 || exit 1