Removed redundant if condition

This commit is contained in:
2022-03-26 15:13:26 +01:00
parent 6fff53bc0c
commit d408dc4da2

View File

@@ -11,10 +11,6 @@ printf "\n"
if [ $lato == 1 ]
then
echo "*"
elif [ $lato == 2 ]
then
echo "**"
echo "*"
elif [ $lato -lt 1 ]
then
echo "Lato non valido"