From: Martin Mares Date: Mon, 12 Feb 2018 20:00:20 +0000 (+0100) Subject: bex-run: There is no NOXREF status, it should be NOXFER :) X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=60bf575d3fb2cc475829ced05f4bd147222588d9;p=bex.git bex-run: There is no NOXREF status, it should be NOXFER :) --- diff --git a/lib/bin/bex-run b/lib/bin/bex-run index cd133fa..c0378fb 100755 --- a/lib/bin/bex-run +++ b/lib/bin/bex-run @@ -160,7 +160,7 @@ sub run_complex_job($$$$) { # to avoid rsync relaxing permissions on the temporary directory. my $adir = $queue->attachment_dir($jid); `$BEX::Config::rsync_command $adir/ $host:$rtmp/attach/`; - !$? or return ('NOXREF', 'Attachment transfer failed'); + !$? or return ('NOXFER', 'Attachment transfer failed'); update_status($mach, $jid, 'RUN', $queue); my $lf = $queue->log_file($mach, $jid);