4 lines
95 B
Bash
Executable file
4 lines
95 B
Bash
Executable file
#!/bin/bash
|
|
|
|
id mautrix-wsproxy &> /dev/null || useradd mautrix-wsproxy -r -s /bin/false -d /
|
|
|