We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a6dd3 commit 6554045Copy full SHA for 6554045
ssh-helpers/conductor.sh
@@ -319,7 +319,7 @@ conductor_cmd_write() {
319
# suppress STDERR for tar as tar prints various warnings if for instance, timestamps are in the future
320
old_umask=$(umask)
321
umask 000
322
- printf "%s" ${b64data} | base64_decode | command tar "xpzf" "-" "-C" "$destination"
+ printf "%s" ${b64data} | base64_decode | command tar "xpzf" "-" "-C" "$destination" > /dev/null 2>&1
323
local rc=$?
324
umask "$old_umask"
325
(exit $rc)
0 commit comments