1
0
Fork 0
mirror of https://github.com/Jonny007-MKD/OTR-SaneRename synced 2024-05-08 21:54:04 +02:00

Don't log successes

This commit is contained in:
Jonny007-MKD 2014-08-19 00:40:28 +02:00
parent fc032ff005
commit f657e2837e

View file

@ -395,7 +395,7 @@ function doIt {
if [ -n "$episode_info" ] && [ -n "$series_title" ]; then
funcMakeFilename
logNexit 0
exit 0
fi
}