From a9b3ad49caef10ab4430e31c3f71cae577313ad6 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 13 Mar 2014 15:37:56 +1100 Subject: [PATCH] fix deprecation --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher b/launcher index 4e91a8e..e15b1eb 100755 --- a/launcher +++ b/launcher @@ -216,7 +216,7 @@ case "$command" in exit 1 fi - docker run "${env[@]}" -h "`hostname`-$config" -e DOCKER_HOST_IP=$docker_ip -name $config --cidfile $cidfile $ports \ + docker run "${env[@]}" -h "`hostname`-$config" -e DOCKER_HOST_IP=$docker_ip --name $config --cidfile $cidfile $ports \ -d $volumes $local_discourse/$config /usr/bin/runsvdir -P /etc/service exit 0 -- 2.25.1