comment out empty else condition as well
This commit is contained in:
@@ -49,7 +49,7 @@ done
|
|||||||
if [ "$FILE" == "" ] || [ "$MODE" == "" ]; then
|
if [ "$FILE" == "" ] || [ "$MODE" == "" ]; then
|
||||||
echo "Missing arguments! Please define the mode with -m and the file/link with -f. More info with -h."
|
echo "Missing arguments! Please define the mode with -m and the file/link with -f. More info with -h."
|
||||||
exit 1
|
exit 1
|
||||||
else
|
#else
|
||||||
#echo "$MODE $SPLITSIZE $INFO $FILE $CHECKSUM"
|
#echo "$MODE $SPLITSIZE $INFO $FILE $CHECKSUM"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user