mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
7 lines
158 B
Bash
7 lines
158 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S artifact 2>/dev/null
|
|
adduser -S -D -H -h /var/lib/artifactory -s /sbin/nologin -G artifact -g artifactory artifact 2>/dev/null
|
|
|
|
exit 0
|