make start cmd script executable
diff --git a/xos/configurations/opencloud/Dockerfile b/xos/configurations/opencloud/Dockerfile
index f3bf2b3..3f8fc9d 100644
--- a/xos/configurations/opencloud/Dockerfile
+++ b/xos/configurations/opencloud/Dockerfile
@@ -105,6 +105,7 @@
 #ADD observer-initscript /etc/init.d/xosobserver
 
 RUN chmod +x /opt/xos/scripts/opencloud
+RUN chmod +x /opt/xos/configurations/opencloud/run_opencloud
 RUN /opt/xos/scripts/opencloud genkeys
 
 # Workaround for AUFS issue
@@ -140,5 +141,4 @@
 WORKDIR /root
 
 # Define default command.
-#CMD ["/bin/bash"]
 CMD /opt/xos/configurations/opencloud/run_opencloud