Fix up error message
This commit is contained in:
parent
c965401286
commit
8fbf436b94
@ -19,7 +19,7 @@ mod workunit;
|
||||
use workunit::WUnit;
|
||||
use workunit::EStatus;
|
||||
|
||||
const VERSION: &str = "0.4.0";
|
||||
const VERSION: &str = "0.5.0";
|
||||
|
||||
#[derive(Default, Debug)]
|
||||
struct SharedState {
|
||||
|
@ -109,6 +109,9 @@ while true; do
|
||||
fi
|
||||
set -e
|
||||
|
||||
echo "Deleting Source and Temporary files"
|
||||
rm "$input" "$input".fpf
|
||||
|
||||
else
|
||||
set +e
|
||||
eval 'ffmpeg -nostats -hide_banner -loglevel warning \
|
||||
@ -123,6 +126,9 @@ while true; do
|
||||
continue
|
||||
fi
|
||||
set -e
|
||||
|
||||
echo "Deleting Source"
|
||||
rm "$input"
|
||||
fi
|
||||
|
||||
set +e
|
||||
|
Loading…
Reference in New Issue
Block a user