aboutsummaryrefslogtreecommitdiffstats
path: root/main/apache2/apache2.pre-upgrade
blob: bb3dba99cbdbcf2c5ee7753ed59d405a203bd44b (plain)
1
2
3
4
5
6
#!/bin/sh

addgroup -S -g 82 www-data 2>/dev/null
addgroup apache www-data 2>/dev/null

exit 0