4 lines
72 B
Bash
Executable file
4 lines
72 B
Bash
Executable file
#!/bin/bash
|
|
|
|
id gotify &> /dev/null || useradd gotify -r -s /bin/false
|
|
|