mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 11:22:30 +01:00
7 lines
135 B
Bash
Executable File
7 lines
135 B
Bash
Executable File
#!/bin/sh
|
|
|
|
addgroup -S openfire 2>/dev/null
|
|
adduser -S -D -H -h /var/lib/openfire -G openfire -g openfire openfire 2>/dev/null
|
|
|
|
exit 0
|