home
·
contact
·
privacy
projects
/
pingmail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f8ae1a
)
Fix shell escaping bug in crontab installation guide.
author
Christian Heller
<c.heller@plomlompom.de>
Thu, 24 Dec 2015 14:59:20 +0000
(15:59 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Thu, 24 Dec 2015 14:59:20 +0000
(15:59 +0100)
README
patch
|
blob
|
history
diff --git
a/README
b/README
index 24f1892353ecc90d08d5a4aeaf2c366ab9914a40..dba72ac3fdbac4e665e56489709b278649ff42dc 100644
(file)
--- a/
README
+++ b/
README
@@
-16,4
+16,4
@@
pingmailrc.example file for more details.
To install as an hourly cronjob, define $path_to_pingmail_script_file, then do:
line='0 * * * * '$path_to_pingmail_script_file' check'
-(crontab -l; echo
$line
) | crontab -
+(crontab -l; echo
"$line"
) | crontab -