aboutsummaryrefslogtreecommitdiff
path: root/launchES.sh
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-08-12 14:39:37 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-08-12 14:39:37 -0400
commit51c0722b95de71db98a031c26249a59e25569487 (patch)
tree264c799930811385b920d21fe9b3ba699f3b410a /launchES.sh
parent1c62a50742a8c5bfecbd60c749514fefdb2dc723 (diff)
downloadRPi-Menu-master.tar.gz
RPi-Menu-master.tar.bz2
RPi-Menu-master.zip
Disabled retropie button; Added CLI buttonHEADmaster
Diffstat (limited to 'launchES.sh')
-rwxr-xr-xlaunchES.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/launchES.sh b/launchES.sh
index 4cb86e9..26da116 100755
--- a/launchES.sh
+++ b/launchES.sh
@@ -1,3 +1,4 @@
#!/bin/bash
sudo pkill Xorg &
-emulationstation \ No newline at end of file
+emulationstation
+su pi ; DISPLAY=:0.0 startx & \ No newline at end of file