diff --git a/debian/debian-essentials.sh b/debian/debian-essentials.sh index 816adc0..2a199ca 100755 --- a/debian/debian-essentials.sh +++ b/debian/debian-essentials.sh @@ -8,7 +8,7 @@ fi # check debian version read -d . VERSION < /etc/debian_version - if [ $VERSION -eq 13] + if [ $VERSION -eq 13 ] then echo "Wrong Version" exit