fix changeme script, from #6828
authorTravis Kemen <thepeople@openwrt.org>
Sun, 14 Mar 2010 03:37:42 +0000 (03:37 +0000)
committerTravis Kemen <thepeople@openwrt.org>
Sun, 14 Mar 2010 03:37:42 +0000 (03:37 +0000)
SVN-Revision: 20193

net/apcupsd/files/changeme

index 8afe2fa551d5013b4863543c44d88dc29ef448da..bcf448aba399f6fa536657d76fd39895f3820d09 100644 (file)
@@ -13,5 +13,5 @@ MSG="$HOSTNAME UPS battery needs changing NOW."
    echo "$MSG"
    echo " "
    /usr/sbin/apcaccess status
-) | $MAILPROG -h $MAILHOST -F $FROM -s "$MSG" $TO
+) | $MAILPROG -h $MAILHOST -f $FROM -s "$MSG" $TO
 exit 0