mirror of
https://github.com/FOGProject/fos.git
synced 2026-04-17 13:04:41 -05:00
Correct check to actually print output when major debug is set to 1.
This commit is contained in:
@@ -1837,7 +1837,7 @@ debugEcho() {
|
||||
esac
|
||||
}
|
||||
majorDebugEcho() {
|
||||
[[ $ismajordebug -gt 1 ]] && echo "$*"
|
||||
[[ $ismajordebug -ge 1 ]] && echo "$*"
|
||||
}
|
||||
majorDebugPause() {
|
||||
[[ ! $ismajordebug -gt 0 ]] && return
|
||||
|
||||
Reference in New Issue
Block a user