We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7fe3c commit a81153bCopy full SHA for a81153b
start.sh
@@ -1,2 +1,5 @@
1
#!/bin/bash
2
-tmux new-session -d -s arcade './start_arcade.sh'
+export DISPLAY=:0
3
+cd /home/maker/MakerSpaceArcade
4
+source venv/bin/activate
5
+python main.py
start_arcade.sh
0 commit comments