mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-29 02:11:16 +02:00
5 lines
100 B
Bash
5 lines
100 B
Bash
#!/bin/sh
|
|
adduser -H -h /home/buildbot -g buildbot -D -s /sbin/nologin buildbot 2>/dev/null
|
|
exit 0
|
|
|