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

This commit is contained in:
Colin 2023-12-09 18:28:10 +00:00
parent 838b0b0dfa
commit 8f7a3f3f7c
1 changed files with 1 additions and 1 deletions

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