more
This commit is contained in:
parent
8fdb168a8f
commit
3670550a0e
2 changed files with 4 additions and 1 deletions
|
@ -158,6 +158,9 @@ JID_NOMINAL_TARGET=x JID_ERRORED_TARGET=x ~/.local/bin/s+ow mdtest
|
|||
|
||||
_(here we use dummy values for the JIDs just to appease the checks done by s+ow)_
|
||||
|
||||
wait for mdtest to sync with WhatsApp. you can safely leave after a minute or after the
|
||||
console stops moving. whichever comes first.
|
||||
|
||||
s+ow uses two environment variables:
|
||||
|
||||
1. `JID_NOMINAL_TARGET`
|
||||
|
|
2
s+ow
2
s+ow
|
@ -133,7 +133,7 @@ notify_end() {
|
|||
--priority "min" \
|
||||
--id "s+ow" \
|
||||
--title "surplus on wheels" \
|
||||
--content "$(printf 'Run has finished. (%d, %d)\n\n%s' "$1" "$2" "$3" "$4")"
|
||||
--content "$(printf 'Run has finished. (%d, %d, %d)\n\n%s' "$1" "$2" "$3" "$4")"
|
||||
}
|
||||
|
||||
# program functions
|
||||
|
|
Loading…
Add table
Reference in a new issue