Verbose output is now true by default

This commit is contained in:
StarOpenSource 2023-07-18 14:39:13 +02:00
parent 7b921a1184
commit 5a24e377c6
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
# shellcheck disable=SC2009 disable=SC2086 # shellcheck disable=SC2009 disable=SC2086
export "VERBOSE=true"
export "LINEREP=\033[F" export "LINEREP=\033[F"
export "LINESPACE= " export "LINESPACE= "
export "COLOR_RED=\e[0;31m" export "COLOR_RED=\e[0;31m"

View file

@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
# shellcheck disable=SC2009 disable=SC2086 # shellcheck disable=SC2009 disable=SC2086
export "VERBOSE=true"
export "LINEREP=\033[F" export "LINEREP=\033[F"
export "LINESPACE= " export "LINESPACE= "
export "COLOR_RED=\e[0;31m" export "COLOR_RED=\e[0;31m"