diff --git a/pidd.sh b/pidd.sh index 70fb363..e657072 100644 --- a/pidd.sh +++ b/pidd.sh @@ -796,7 +796,7 @@ pidd_write() { if [ -n "${pidd_write__file}" ]; then [ -f "${pidd_write__file}" ] && pidd_cat "${pidd_write__file}" echo "→ ${pidd_write__file}" - printf "%s" "${pidd_write__text}" > "${pidd_write__file}" || exit + printf "%s" "${pidd_write__text}" >"${pidd_write__file}" || exit pidd_cat "${pidd_write__file}" fi }