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