logrotate-config
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "logrotate-config", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Generates conf files for logrotate.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -29,3 +29,3 @@ logrotate-config | ||
weekly: true, | ||
postrotate: "echo \"rotating $1\"" | ||
postrotate: "echo "rotating $1" >> /usr/local/etc/msg.txt" | ||
}] | ||
@@ -45,3 +45,3 @@ } | ||
// postrotate | ||
// echo "sending $1 to s3" >> /usr/local/etc/msg.txt | ||
// echo "rotating $1" >> /usr/local/etc/msg.txt | ||
// endscript | ||
@@ -48,0 +48,0 @@ // } |
19483