diff options
-rw-r--r-- | mga-move-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mga-move-update b/mga-move-update index 353b1c3..d9bf11a 100644 --- a/mga-move-update +++ b/mga-move-update @@ -84,7 +84,7 @@ if [ -n "$dryrun" ] then cat "$mailcontent" else - /usr/bin/mailx -s "mga-move-update $distrorelease $section $srcname" -S "from=moveupdate_mailfrom" "$moveupdate_mailto" < "$mailcontent" + /usr/bin/mailx -s "mga-move-update $distrorelease $section $srcname" -S "from=$moveupdate_mailfrom" "$moveupdate_mailto" < "$mailcontent" post fi rm -f "$mailcontent" |