mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 20:46:39 +02:00
6 lines
158 B
Bash
Executable file
6 lines
158 B
Bash
Executable file
#!/bin/sh
|
|
|
|
addgroup -S -g 82 www-data 2>/dev/null
|
|
adduser -S -D -H -h /var/lib/freshrss -s /sbin/nologin -G www-data -g FreshRSS freshrss 2>/dev/null
|
|
|
|
exit 0
|