From 57a54c31d51cc173618659a245497b106315d834 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 24 Jun 2024 11:32:47 +0200 Subject: [PATCH] >" --- pidd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }