mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-06 17:03:17 +00:00
7 lines
174 B
Bash
Executable File
7 lines
174 B
Bash
Executable File
if [[ -c /dev/ttyUSB0 ]]; then
|
|
sudo chown root:$(id -gn $(whoami)) /dev/ttyUSB0
|
|
fi
|
|
if [[ -c /dev/ttyUSB1 ]]; then
|
|
sudo chown root:$(id -gn $(whoami)) /dev/ttyUSB1
|
|
fi
|