bareos: master 4d1ed28b

Author Committer Branch Timestamp Parent
arogge arogge master 2021-06-07 18:16 master 3384d370 Pending
Changeset systemtests: fix breaking python-fd-postgres test

Previously, when running in a directory that contained an @ somewhere in
the name, the database setup would fail, because of a resulting syntax
error in an sed command.
This patch replaces the sed command with a simple echo, that doesn't
treat that character specially.
mod - systemtests/tests/py2plug-fd-postgres/database/setup_local_db.sh.in Diff File