fix var declaration
This commit is contained in:
parent
604d3da07d
commit
35ce452dec
@ -302,14 +302,14 @@ while [ $# -gt 0 ]; do
|
||||
if [ -z "$2" ]; then
|
||||
badParam empty "$@"
|
||||
else
|
||||
dockerStartTimeout = "$2"
|
||||
dockerStartTimeout="$2"
|
||||
fi
|
||||
;;
|
||||
-t2|--timeout-stop)
|
||||
if [ -z "$2" ]; then
|
||||
badParam empty "$@"
|
||||
else
|
||||
dockerStopTimeout = "$2"
|
||||
dockerStopTimeout="$2"
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user