ich versuche über folgenden befehl das vorhandensein eines prozesses zu überprüfen und wenn festgestellt wird, das der nicht läuft, dieser wieder angestartet wird
Code: Alles auswählen
*/10 * * * * if ! test `ps acx | grep ucc-bin | grep -v grep | cut -c0-6` ; then /home/ehd/ut2004/System/ucc-bin server ONS-Torlan?game=Onslaught.ONSOnslaughtGame ini=UT2004.ini -nohomedir & > /dev/null ; fi
crontab: installing new crontab
"/tmp/crontab.XXXXKHJOZI":3: bad hour
errors in crontab file, can´t install.
do you want to retry the same edit
kann mir jemand sagen wo mein fehler ist