lib/lib.bash: use PSI_DEBUG not EM_DEBUG
This commit is contained in:
@@ -56,7 +56,7 @@ error() {
|
||||
}
|
||||
|
||||
debug() {
|
||||
[[ ${EM_DEBUG} ]] || return 0
|
||||
[[ ${PSI_DEBUG} ]] || return 0
|
||||
log 2 "$@"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user