Am 09.06.26 um 20:21 schrieb Martin Simmons:
On Mon, 8 Jun 2026 22:49:52 +0200, Pierre Bernhardt said:
The problem is that you are running bash with the input, so that is
interpreting the $$ a second time.

If you want to simulate what update_postgresql_tables does, then do it with
cat, i.e.

cat <<END
escaped: \$\$
not escaped: $$
END

Ok, by the way in the script the \ are complete missing so the
step is failed because of the replaced pid looks like from the
script itself ;-)
So it is still a bug which I should report to the debian team.

But thx for the update.

Cheers



_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to