From 1b68edba58dac20687e0c020e64ef1797410f30a Mon Sep 17 00:00:00 2001 From: cassio Date: Mon, 29 Oct 2018 16:37:15 +0100 Subject: save direct runs also as processed in local storage --- tools/boca-submit-run-root | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/boca-submit-run-root') diff --git a/tools/boca-submit-run-root b/tools/boca-submit-run-root index ad94aad..04cec99 100755 --- a/tools/boca-submit-run-root +++ b/tools/boca-submit-run-root @@ -83,7 +83,7 @@ if [ "$7" != "" ]; then mv "$nom" "/root/submissions/`basename $nom .tmp`" echo "Run submission included in the queue -- it shall appear in the system later when connection is available" else - [ -f "$nom" ] && rm -f $nom + [ -f "$nom" ] && mv "$nom" "/root/submissions/`basename $nom .tmp`.processed" fi fi fi -- cgit v1.2.3