Skip to content

Commit

Permalink
Update boot.sh
Browse files Browse the repository at this point in the history
minor correction
  • Loading branch information
mtrivs committed Dec 14, 2018
1 parent 03b0867 commit c9e3d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BleemSync.Payload/lolhack/boot.sh
Expand Up @@ -36,7 +36,7 @@ MOUNT_FAIL=0
umount /data || MOUNT_FAIL=1
umount /gaadata || MOUNT_FAIL=1
# Create gaadata and data folders in tmp then mount over original folders
mkdir -p /tmp/gaadatatmp /tmp/datatmp /tmp/udev
mkdir -p /tmp/gaadatatmp /tmp/datatmp
mount -o bind /tmp/gaadatatmp /gaadata || MOUNT_FAIL=1
mount -o bind /tmp/datatmp /data || MOUNT_FAIL=1
mount -o bind /media/lolhack/20-joystick.rules /etc/udev/rules.d/20-joystick.rules || MOUNT_FAIL=1
Expand Down

0 comments on commit c9e3d8f

Please sign in to comment.