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