diff --git a/split-dl.sh b/split-dl.sh index 8c11007..7b37227 100755 --- a/split-dl.sh +++ b/split-dl.sh @@ -50,7 +50,7 @@ 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 - echo "OK" + #echo "$MODE $SPLITSIZE $INFO $FILE $CHECKSUM" fi @@ -221,9 +221,9 @@ if [ -e $INFO ]; then rm $INFO; fi wget -q $URL/$INFO # Rename info.cfg to avoid colissions and source it +source $INFO mv $INFO $BIGNAME-$INFO INFO=$BIGNAME-$INFO -source $INFO FOLDER="dl-$BIGNAME"