mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 09:27:19 +02:00
6 lines
149 B
Bash
6 lines
149 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S autoscan 2>/dev/null
|
|
adduser -S -D -h /var/lib/autoscan -s /sbin/nologin -G autoscan -g autoscan autoscan 2>/dev/null
|
|
|
|
exit 0
|