diff --git a/osync-batch.sh b/osync-batch.sh index d11e3ed..bc9c6de 100755 --- a/osync-batch.sh +++ b/osync-batch.sh @@ -132,7 +132,7 @@ do MAX_RETRIES=${i##*=} ;; --max-exec-time=*) - MAX_EXECUTION_TIME=${i##*} + MAX_EXECUTION_TIME=${i##*=} ;; --help|-h) Usage