Skip to content

Commit 75aebf9

Browse files
author
Chandrakanth
committed
Update bas.sh
1 parent 5e7ecf4 commit 75aebf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bas.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ echo ${version[0]}
66
echo ${version[1]}
77
if [ "${version[0]}" -gt "1" ] || ( [ "${version[0]}" -eq "1" ] && [ "${version[1]}" -gt "8" ] ); then
88
echo "Compatible"
9+
else
10+
echo "Not compatible"
911
fi;

0 commit comments

Comments
 (0)