merge repository heads

This commit is contained in:
Sebastian Sdorra
2015-01-24 11:08:36 +01:00

View File

@@ -1,5 +1,6 @@
#!/bin/sh
getent group scm >/dev/null || groupadd -r scm
getent passwd scm >/dev/null || \
useradd -r -g scm -M -s /sbin/nologin \
-c "user for the scm-server process" scm
exit 0
exit 0