mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 16:06:42 +02:00
5 lines
49 B
Bash
5 lines
49 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S mcron 2>/dev/null
|
|
|
|
exit 0
|