4 lines
103 B
Plaintext
4 lines
103 B
Plaintext
|
#!/bin/bash
|
||
|
set -euxo pipefail
|
||
|
|
||
|
adduser --system --group --no-create-home --home /nonexistant openwebrx
|