Skip to content

Commit

Permalink
update runIt.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Scott committed Feb 25, 2019
1 parent f7e554c commit 6e4353e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion controller/controller.py
Expand Up @@ -28,7 +28,7 @@ class Controller():
def __init__(self, view, logic):
self.name = "LEGION"
self.version = '0.3.0'
self.build = '1551105370'
self.build = '1551105399'
self.author = 'GoVanguard'
self.copyright = '2019'
self.emails = ['hello@gvit.com']
Expand Down
1 change: 1 addition & 0 deletions docker/runIt.sh
@@ -1,4 +1,5 @@
#!/bin/bash
docker pull gvit/legion
XSOCK=/tmp/.X11-unix
XAUTH=/tmp/.docker.xauth
xauth nlist :0 | sed -e 's/^..../ffff/' | xauth -f $XAUTH nmerge -
Expand Down

0 comments on commit 6e4353e

Please sign in to comment.