Update video.bash
This commit is contained in:
parent
9ea33e74e0
commit
cba34c526d
1 changed files with 1 additions and 3 deletions
|
@ -181,9 +181,6 @@ VideoSmaProcess (){
|
|||
smaProcessComplete="true"
|
||||
}
|
||||
|
||||
InstallRequirements
|
||||
|
||||
|
||||
function Main {
|
||||
SECONDS=0
|
||||
error=0
|
||||
|
@ -207,6 +204,7 @@ function Main {
|
|||
echo "Post Processing Completed in $(($duration / 60 )) minutes and $(($duration % 60 )) seconds!"
|
||||
}
|
||||
|
||||
InstallRequirements
|
||||
Main "$@"
|
||||
|
||||
exit $?
|
||||
|
|
Loading…
Reference in a new issue