Browse Source

cron: fixed cron.run.sh again, broken functionality at previous commit

Broken commit here:
http://git.opensde.net/opensde/package-nopast/commit/?id=96f6c8785341f20efd4e010a6336389a5d2a036b
user/chris/wip/linux37
Nagy Karoly Gabriel 12 years ago
parent
commit
dc7d2a2d81
  1. 2
      base/cron/cron.run.sh

2
base/cron/cron.run.sh

@ -21,7 +21,7 @@ if [ "$1" = "-mail-to-root" ] ; then
exit
fi
x="$( hostname > /dev/null )"
x="$( hostname 2> /dev/null )"
echo "Output of the daily cron at ${x:-localhost}."
echo "Local time is `date | tr -s ' '`."
echo

Loading…
Cancel
Save