fixed for loop
This commit is contained in:
parent
6d124fc605
commit
b5bbb818bf
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ echo "Overrides (leave blank if no override)"
|
|||
read -p "Series? " $so
|
||||
read -p "Episode? " $eo
|
||||
|
||||
for file in "$src/*"; do
|
||||
|
||||
for file in $src/*; do
|
||||
if [[ -z $so ]];then
|
||||
s=`echo "$file" | grep -o -P "$sscheme"`
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue