Fixing annoying stuff

This commit is contained in:
deajan 2014-11-24 22:51:59 +01:00
parent 7db52ce3e1
commit dea1714d31
1 changed files with 4 additions and 4 deletions

View File

@ -125,13 +125,13 @@ do
verbose=1 verbose=1
opts=$opts" --verbose" opts=$opts" --verbose"
;; ;;
--path) --path=*)
CONFIG_FILE_PATH=${i##*=} CONF_FILE_PATH=${i##*=}
;; ;;
--max-retries) --max-retries=*)
MAX_RETRIES=${i##*=} MAX_RETRIES=${i##*=}
;; ;;
--max-exec-time) --max-exec-time=*)
MAX_EXECUTION_TIME=${i##*} MAX_EXECUTION_TIME=${i##*}
;; ;;
--help|-h) --help|-h)