Updated config path

pull/24/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 187d8b40a3
commit cff4e63bf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,7 +22,7 @@ if [ "$arrEventType" == "Test" ]; then
fi
log "Processing :: $sonarr_episodefile_path"
if python3 /usr/local/sma/manual.py --config "/config/sma.ini" -i "$sonarr_episodefile_path" -tvdb $sonarr_series_tvdbid -s $sonarr_episodefile_seasonnumber -e $sonarr_episodefile_episodenumbers -a; then
if python3 /usr/local/sma/manual.py --config "/config/extended/configs/sma.ini" -i "$sonarr_episodefile_path" -tvdb $sonarr_series_tvdbid -s $sonarr_episodefile_seasonnumber -e $sonarr_episodefile_episodenumbers -a; then
sleep 0.01
log "COMPLETE!"
rm /usr/local/sma/config/*log*

Loading…
Cancel
Save