Remove debug echo of $PATH from logrotate-ex command

This commit is contained in:
2013-05-15 22:05:22 +01:00
parent 99634840a8
commit 210dabaf5d

View File

@@ -1,7 +1,5 @@
#! /bin/bash
echo "$PATH"
# Parse confx files and generate the conf files.
for file in $HOME/.logrotate.d/*.confx; do
content="$(eval "echo \"$(cat "$file")\"")"