output PS4 as # character instead of +
This commit is contained in:
parent
866f7be0a0
commit
245ac5842b
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue