mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-02-15 07:25:47 +00:00
Fixed: Update indexer sync -r option to accept argument (#739)
This commit is contained in:
@@ -279,7 +279,7 @@ initialize_script() {
|
||||
log "INFO" "Using Python validation"
|
||||
}
|
||||
|
||||
while getopts "frpzab:m:c:u:j:R:J:n:o:dv" opt; do
|
||||
while getopts "fpzar:b:m:c:u:j:R:J:n:o:dv" opt; do
|
||||
case ${opt} in
|
||||
f)
|
||||
# No Arg
|
||||
|
||||
Reference in New Issue
Block a user