thomas
cc93246273
new version for adguardhome authelia bitwarden-desktop element-web gitea gotify joplin mautrix-whatsapp metabase zigbee2mqtt rustdesk-server
5 lines
141 B
Bash
Executable file
5 lines
141 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/gotify/data/
|