From 210dabaf5d60f3e3e695a0a7f5674fdf98bdc0b2 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 15 May 2013 22:05:22 +0100 Subject: [PATCH] Remove debug echo of $PATH from logrotate-ex command --- bin/logrotate-ex | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/logrotate-ex b/bin/logrotate-ex index b57c426..49cd686 100755 --- a/bin/logrotate-ex +++ b/bin/logrotate-ex @@ -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")\"")"