This commit is contained in:
Santiago Lo Coco 2022-01-09 21:13:29 -03:00
parent 772361e3d4
commit 99cfe2390a
1 changed files with 1 additions and 1 deletions

View File

@ -164,5 +164,5 @@ setDebugToFile() {
}
debug() {
[ -z ${debugFlagToFile+x} ] && [ $debugFlagToFile = true ] && tee -a CocoRice.log > /dev/null
[ -n ${debugFlagToFile+x} ] && [ $debugFlagToFile = true ] && tee -a CocoRice.log > /dev/null
}