X-Git-Url: https://iankelling.org/git/?p=log-quiet;a=blobdiff_plain;f=sysd-mail-once;fp=sysd-mail-once;h=659fa92633860892a18a4b430ed1c027a3197cbb;hp=c5cd8c84670c257448e19e6ec9b73b58f6a1c8f3;hb=f63a62a9ae726155d06b2ca2fc2b576a1dd11289;hpb=bc712f26afdccd6ecea609edc3705ae719c55b8d diff --git a/sysd-mail-once b/sysd-mail-once index c5cd8c8..659fa92 100755 --- a/sysd-mail-once +++ b/sysd-mail-once @@ -96,18 +96,18 @@ mi() { fi } e() { - printf "dryrun: %s\n" "$*" + if $dryrun; then + printf "dryrun: %s\n" "$*" + fi } c=$cbase/$service # c for command file path base -if $dryrun; then - e "c=$c" -fi +e "c=$c" glob="${c}[0-9]*" arr=($glob); file="${arr[0]}"; [[ $glob != "$file" ]] || file= -if [[ $dryrun && $file ]]; then +if [[ $file ]]; then e "file=$file" fi