output PS4 as # character instead of +

This commit is contained in:
Trevor Cooper 2022-05-17 17:54:23 -07:00
parent 866f7be0a0
commit 245ac5842b
Signed by: tcooper
GPG key ID: 52364D7BBCEB35B8

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -e
ROCKY_FLAVOR="${ROCKY_FLAVOR:-boot-iso}"
@ -19,6 +20,7 @@ else
exit 1
fi
export PS4='# '
set -o xtrace
openqa-cli api \
-X POST isos \