From c818b068049b299afd67c37820581aaba6577a9e Mon Sep 17 00:00:00 2001 From: Johannes Gorges <58849467+gorges97@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:35:05 +0200 Subject: [PATCH] Updated "--prod" flag in q-batch script --- bin/q-batch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/q-batch b/bin/q-batch index cb74ac5..bc0cbeb 100755 --- a/bin/q-batch +++ b/bin/q-batch @@ -64,7 +64,7 @@ tdir=\$(mktemp -d /tmp1/\$USER/${vz}__XXXXXX) cp $VZ_DIR/* \$tdir cd \$tdir -qcxms -prod > qcxms.out 2>&1 +qcxms --prod > qcxms.out 2>&1 touch ready cp * $VZ_DIR