mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Remove debug echo of $PATH from logrotate-ex command
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
echo "$PATH"
|
|
||||||
|
|
||||||
# Parse confx files and generate the conf files.
|
# Parse confx files and generate the conf files.
|
||||||
for file in $HOME/.logrotate.d/*.confx; do
|
for file in $HOME/.logrotate.d/*.confx; do
|
||||||
content="$(eval "echo \"$(cat "$file")\"")"
|
content="$(eval "echo \"$(cat "$file")\"")"
|
||||||
|
|||||||
Reference in New Issue
Block a user