comment out empty else condition as well
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user