mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:26:42 +00:00
Remove debug echo of $PATH from logrotate-ex command
This commit is contained in:
@@ -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")\"")"
|
||||
|
||||
Reference in New Issue
Block a user