5 lines
140 B
Bash
Executable file
5 lines
140 B
Bash
Executable file
#!/bin/bash
|
|
|
|
id gotify &> /dev/null || useradd gotify -r -s /bin/false -md /var/lib/gotify
|
|
|
|
chown -R www-data:www-data /var/lib/grocy/data/
|