mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 11:22:30 +01:00
6 lines
94 B
Bash
6 lines
94 B
Bash
#!/bin/sh
|
|
|
|
addgroup -g 82 -S www-data 2>/dev/null
|
|
addgroup apache www-data 2>/dev/null
|
|
exit 0
|