Skip to content

Commit 0f9d59c

Browse files
authored
Update arcade-js-setconfig.sh
1 parent 648b2c0 commit 0f9d59c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arcade-js-setconfig.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

3-
# Force joystick order in EmulationStation config, detecting devices by their "Phys" address on /proc/bus/input/devices (a unique property that don't changes between boots)
3+
# Force joystick order in EmulationStation config, detecting devices by their "Phys" address on /proc/bus/input/devices (a unique property that don't change between boots).
44
# Install on a batocera system by loading it in /boot/postshare.sh (use "mount -o remount,rw /boot" to write the file)
55
# For example:
6-
# if [ "$1" == "start"] then /userdata/bin/arcade-js-setconfig.sh save; fi
6+
# if [ "$1" == "start" ] then /userdata/bin/arcade-js-setconfig.sh save; fi
77

88
# Use arcade-js-setconfig.sh for a dry-run execution (test the command without saving the result)
99

0 commit comments

Comments
 (0)