This commit is contained in:
Marc Beninca 2024-06-24 11:32:47 +02:00
parent ffcbe5afe0
commit 57a54c31d5
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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
}