fix(BACKUP): fix missing parameter shift

- docker timeout parameters
This commit is contained in:
Asif Bacchus 2021-02-09 08:02:34 -07:00
parent 053e45affc
commit e127616800
1 changed files with 2 additions and 0 deletions

View File

@ -367,6 +367,7 @@ while [ $# -gt 0 ]; do
badParam empty "$@"
else
dockerStartTimeout="$2"
shift
fi
;;
-t2|--timeout-stop)
@ -374,6 +375,7 @@ while [ $# -gt 0 ]; do
badParam empty "$@"
else
dockerStopTimeout="$2"
shift
fi
;;
*)