Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b36ad534 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

udev rules files don't need execute permission.

parent 7d48ed89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ would on the emulator. There are just a few things to do before you can start.</
              <code>SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0bb4", MODE="0666"</code></p>
          </li>
          <li>Now execute:<br/>
              <code>chmod a+rx /etc/udev/rules.d/50-android.rules</code>
              <code>chmod a+r /etc/udev/rules.d/50-android.rules</code>
          </li>
        </ol>