projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23b7b62
)
Use bash to run grep command
author
Tollef Fog Heen
<tfheen@err.no>
Thu, 18 Jul 2013 08:25:00 +0000
(10:25 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Thu, 18 Jul 2013 08:25:00 +0000
(10:25 +0200)
modules/bacula/templates/bacula-dir.conf.erb
patch
|
blob
|
history
diff --git
a/modules/bacula/templates/bacula-dir.conf.erb
b/modules/bacula/templates/bacula-dir.conf.erb
index
cd8826c
..
175eb83
100644
(file)
--- a/
modules/bacula/templates/bacula-dir.conf.erb
+++ b/
modules/bacula/templates/bacula-dir.conf.erb
@@
-65,7
+65,7
@@
FileSet {
File = /dev
File = /srv/chroot
File = /home/buildd/build-trees
- File = "\\|
grep -s -v ^# /etc/bacula/local-exclude || true
"
+ File = "\\|
bash -c 'grep -s -v ^# /etc/bacula/local-exclude || true'
"
}
}