diff --git a/split-dl.sh b/split-dl.sh index e5dbae8..70a5598 100755 --- a/split-dl.sh +++ b/split-dl.sh @@ -109,6 +109,8 @@ ls $FOLDER | grep -v info.cfg | while read -r line; do let NO=NO+1 done +echo "[SUCCESS] You can now download the splitted files with the client function of this program! \nPlease move the folder \"$FOLDER\" to an web-accessible directory and use this folder as the first argument for this script." + fi # /SERVER MODE