mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-06 17:17:10 +02:00
merge repository heads
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user