1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 12:45:20 +03:00
aports/testing/gogs/gogs.pre-install
2015-04-20 19:22:38 +02:00

4 lines
114 B
Bash

#!/bin/sh
adduser -S -h /var/lib/gogs -s /bin/ash -G www-data -D gogs 2>/dev/null || true
passwd -u gogs || true