mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-02 02:52:46 +02:00
6 lines
51 B
Bash
6 lines
51 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S scanner 2>/dev/null
|
|
|
|
exit 0
|