diff options
-rwxr-xr-x | etc/sh/cronjob.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sh/cronjob.sh b/etc/sh/cronjob.sh index 950430f..80b48b4 100755 --- a/etc/sh/cronjob.sh +++ b/etc/sh/cronjob.sh @@ -66,5 +66,5 @@ shift $((OPTIND - 1)) . ~/.usr/etc/sh/rc -CMD="$@" +CMD="$*" with-email -s "$CMD" -- "$@" 1>>"$XDG_LOG_HOME"/euandreh/mcron.log 2>&1 |