fix changeme script, from #6828

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20193 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
thepeople 2010-03-14 03:37:42 +00:00
parent 445b6adb40
commit aeffe82d7f

View 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