diff options
Diffstat (limited to '')
-rw-r--r-- | bin/up.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/up.sh b/bin/up.sh index 1b44f9b8..0ff9e69b 100644 --- a/bin/up.sh +++ b/bin/up.sh @@ -28,7 +28,7 @@ uploadText() { uploadCommand() { temp echo "$ $*" > "${temp}/exec.txt" - "$@" >> "${temp}/exec.txt" + "$@" >> "${temp}/exec.txt" 2>&1 || true upload "${temp}/exec.txt" } |