From 60bf575d3fb2cc475829ced05f4bd147222588d9 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 12 Feb 2018 21:00:20 +0100 Subject: [PATCH] bex-run: There is no NOXREF status, it should be NOXFER :) --- lib/bin/bex-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2