Skip to content

Commit

Permalink
Fix typo in download.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
l0westbob authored May 18, 2023
1 parent b05b4bd commit 6159e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/download.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

## Tell the user on the first run, that he did not create any download tasks! He has to read this file and uncomment this line
## Tell the user on the first run, that he did not create any download tasks! He has to read this file and comment out this line
echo "You don't have any download tasks defined OR you just created tasks and did not uncomment this line! Check the file ./script/download.sh and read the comments!" && exit 1

## Start ##
Expand All @@ -12,4 +12,4 @@ echo "You don't have any download tasks defined OR you just created tasks and di
#crunchy-cli archive -a ja-JP -a de-DE -s de-DE -s en-US -o '[S{season_number}E{episode_number}] {title}.mkv' https://www.crunchyroll.com/de/series/GRMG8ZQZR/one-piece
# After finishing all downloads go back into the parent directory and start next task
#cd ..
## End ##
## End ##

0 comments on commit 6159e90

Please sign in to comment.