Files
agnos-builder/userspace/root/etc/initscripts/chgrp-diag
T
Adeeb Shihadeh fe3c65b79f unpack the debs (#562)
* unpack the debs

* update rest

* ignore
2026-04-30 12:54:27 -07:00

8 lines
203 B
Bash
Executable File

#!/bin/sh
#change the group that owns /dev/diag and change permissions to user rw and group rw (no other rw)
chgrp diag /dev/diag
chmod 660 /dev/diag
chown diag:diag /media/card
chown diag:diag /sdcard