Skip to content

Commit

Permalink
More Thue#26
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmidi committed Aug 5, 2014
1 parent e02ed52 commit ff1244f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ RUN service httpd start \
&& sleep 5 \
&& ls -alh /bin/su \
&& chmod 755 /root/rfwadmin/install.sh \
&& bash --login -c "cd /root/rfwadmin/ && /bin/bash /root/rfwadmin/install.sh"
&& whoami

RUN bash --login -c "whoami && cd /root/rfwadmin/ && /bin/bash /root/rfwadmin/install.sh"

RUN /bin/bash --login -c "/etc/init.d/minecraft_default.sh stop"

Expand Down

0 comments on commit ff1244f

Please sign in to comment.