summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlexd-spool.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lexd-spool.sh b/lexd-spool.sh
index c340502..9ce9c3b 100755
--- a/lexd-spool.sh
+++ b/lexd-spool.sh
@@ -102,6 +102,7 @@ while true; do
remote_cmd="${remote_cmd} '${SPOOL_DIR}/${SPOOL_FILE}'"
print -r -- "${response}" \
+ | fold -s -w 72 \
| ssh -F "${SSH_CONFIG}" "${SSH_HOST}" "${remote_cmd}"
log_info "Finished processing: ${target_word}"