mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 02:35:23 +03:00
4 lines
127 B
Bash
Executable file
4 lines
127 B
Bash
Executable file
#!/bin/sh
|
|
addgroup -S netbox 2>/dev/null
|
|
adduser -S -h /var/log/netbox -s /sbin/nologin -G netbox -D netbox 2>/dev/null
|
|
exit 0
|