From 5bba5e5db2122bf7fdc56c2a5674bb482559bd97 Mon Sep 17 00:00:00 2001 From: redxef Date: Tue, 22 Nov 2022 00:18:55 +0100 Subject: [PATCH] Remove ' from put script. --- src/scripts/put_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/put_files.sh b/src/scripts/put_files.sh index 0913d2a..b6de702 100644 --- a/src/scripts/put_files.sh +++ b/src/scripts/put_files.sh @@ -24,7 +24,7 @@ stdout_file="${STDOUT_FILE}" [ "$stderr_file" != "-" ] && truncate -s 0 "$stderr_file" [ "$stdout_file" != "-" ] && truncate -s 0 "$stdout_file" - # don't write anything to stdout, since that would get appended to the tar file + # dont write anything to stdout, since that would get appended to the tar file if [ "$stderr_file" = "-" ] && [ "$stdout_file" = "-" ]; then # redirect stdout to stderr ${COMMAND} 1>&2