Random Project

very interersting plugin but…

./check_file.sh: line 64: 0: command not found

when the result of the script should give me the ok result (files are newer and bigger than the arguments)…

What’s the problem with this case ?

[[ $TDIFm -lt $FMXT ]] && $((NEWC++)) && CRIT=’no’
[[ $SIZE -lt $FSZM ]] && WARN=’yes’