>"
This commit is contained in:
parent
ffcbe5afe0
commit
57a54c31d5
1 changed files with 1 additions and 1 deletions
2
pidd.sh
2
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue