Skip to content

Commit

Permalink
content: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-salvagni committed Dec 1, 2024
1 parent 1b6d7f5 commit 6908b2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ the command line, otherwise any changes won't be persisted between reboots.
plugin if you haven't already
2. Go to _Settings → User Scripts → Add New Script_
3. Edit the script by adding
`wget --spider "https://<your_push_url>" >/dev/null 2>&1*`
`wget --spider "https://<your_push_url>" >/dev/null 2>&1`
4. Set the schedule as _Custom_, and type `* * * * *` to call the URL every
minute

Expand Down

0 comments on commit 6908b2d

Please sign in to comment.