diff --git a/evocheck.sh b/evocheck.sh index 665a55b..5089299 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -116,7 +116,7 @@ is_installed(){ } is_debianversion(){ - [ $(lsb_release -c -s) = $1 ] && return 0; + [ $(lsb_release -c -s) = $1 ] && return 0 } #-----------------------------------------------------------