cariboulabs / cariboulite

CaribouLite turns any 40-pin Raspberry-Pi into a Tx/Rx 6GHz SDR
1.08k stars 100 forks source link

Fix issues adding Ubuntu users to dialout, root groups #177

Closed unixpunk closed 8 months ago

unixpunk commented 8 months ago

the echo in the first half of 'if' had back-ticks causing execution instead of just text, but the whole statement isn't needed because re-adding the user to the group is a no-op, anyway. space within the usermod command was causing it to fail also.