3261: Fix condition for showing SSH usage message.
[arvados.git] / docker / arvdock
index 8615545a941018296663efb088e350e750302898..075505ca631ef2d0744423bb4f4d95dfc816f803 100755 (executable)
@@ -87,7 +87,7 @@ function start_container {
       echo "Unable to start container"
       exit 1
     fi
-    if [[ "$name" == "compute" || $ENABLE_SSH ]];
+    if [[ "$name" == "compute" || "$ENABLE_SSH" != "false" ]];
     then
       ip=$(ip_address $container )
       echo