mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-26 11:02:20 +01:00
7 lines
166 B
Bash
7 lines
166 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S writefreely 2>/dev/null
|
|
adduser -S -D -H -h /var/lib/writefreely -s /sbin/nologin -G writefreely -g writefreely writefreely 2>/dev/null
|
|
|
|
exit
|