spaces matter.
authorSam <sam.saffron@gmail.com>
Mon, 25 Aug 2014 22:25:08 +0000 (08:25 +1000)
committerSam <sam.saffron@gmail.com>
Mon, 25 Aug 2014 22:25:08 +0000 (08:25 +1000)
launcher

index c23a0ce63cce033793751fc0ec1b28c7a7e89bed..0cd5ea591079ff13b53812c84757afc2659ab171 100755 (executable)
--- a/launcher
+++ b/launcher
@@ -245,7 +245,7 @@ if compare_version "1.2.0" "$docker_version"; then
   echo "We recommend you upgrade docker, the version you are running has no restart policies, on reboot your container may not start up"
   restart_policy=""
 else
-  restart_policy="--restart=always"
+  restart_policy="--restart=always "
 fi
 
 
@@ -286,7 +286,7 @@ run_start(){
          exit 1
        fi
 
-       $docker_path run "$restart_policy" "${env[@]}" -h "`hostname`-$config" -e DOCKER_HOST_IP=$docker_ip --name $config -t --cidfile $cidfile $ports \
+       $docker_path run "$restart_policy""${env[@]}" -h "`hostname`-$config" -e DOCKER_HOST_IP=$docker_ip --name $config -t --cidfile $cidfile $ports \
                   -d $volumes $local_discourse/$config /sbin/runit
 
        exit 0