comment out empty else condition as well

This commit is contained in:
2015-06-20 18:14:21 +03:00
parent 6c76f725fa
commit 3baa812efd

View File

@@ -49,7 +49,7 @@ done
if [ "$FILE" == "" ] || [ "$MODE" == "" ]; then
echo "Missing arguments! Please define the mode with -m and the file/link with -f. More info with -h."
exit 1
else
#else
#echo "$MODE $SPLITSIZE $INFO $FILE $CHECKSUM"
fi