mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 14:56:53 +02:00
5 lines
144 B
Bash
5 lines
144 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S filebrowser 2> /dev/null
|
|
adduser -S -D -H -s /sbin/nologin -G filebrowser -g filebrowser filebrowser 2> /dev/null
|
|
exit 0
|