File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,10 @@ RUN cd RetroPie-Setup \
45
45
46
46
# Install USB controller resetting utility
47
47
COPY utilities/reset_controller.py /opt/retropie/configs/all/reset_controller.py
48
- RUN chmod +x /opt/retropie/configs/all/reset_controller.py
49
48
COPY utilities/reset_controller.py /opt/retropie/configs/all/reset_controller.sh
50
- RUN chmod +x /opt/retropie/configs/all/reset_controller.sh
51
49
52
50
# And install script hooks
53
51
COPY utilities/runcommand-onstart.sh /opt/retropie/configs/all/runcommand-onstart.sh
54
- RUN chmod +x /opt/retropie/configs/all/runcommand-onstart.sh
55
52
56
53
# Edit this file in your persistent storage to use all or part of the name provided from "lsusb" to reset the controller on each start
57
54
RUN touch /opt/retropie/configs/all/controller_usb_ids && chown pi:pi /opt/retropie/configs/all/controller_usb_ids
Original file line number Diff line number Diff line change 20
20
print ("Should have reset " + vendor + ":" + id )
21
21
22
22
except Exception , msg :
23
- print "failed to reset device:" , msg3
23
+ print "failed to reset device:" , msg
24
24
25
25
26
26
You can’t perform that action at this time.
0 commit comments