mirror: Fix "unrecognised escape sequence" error.
This commit is contained in:
parent
37e36b3aae
commit
9c274b7046
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class mirror($datadir="/srv/mirrors", $cron=true) {
|
||||||
false => absent,
|
false => absent,
|
||||||
default => present,
|
default => present,
|
||||||
},
|
},
|
||||||
command => "find /var/log/sync-mirrors/ -xdev -type f -mtime +30 -name '*.log' -execdir rm {} \+",
|
command => "find /var/log/sync-mirrors/ -xdev -type f -mtime +30 -name '*.log' -execdir rm {} \\+",
|
||||||
user => "mirror",
|
user => "mirror",
|
||||||
hour => 1,
|
hour => 1,
|
||||||
minute => 10,
|
minute => 10,
|
||||||
|
|
Loading…
Add table
Reference in a new issue