added space on line 11

This commit is contained in:
2026-04-27 16:06:05 +00:00
parent d96332c79c
commit 233c09fb46

View File

@@ -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