added CORS
This commit is contained in:
4
shadowrun-server.install
Normal file
4
shadowrun-server.install
Normal file
@@ -0,0 +1,4 @@
|
||||
post_install() {
|
||||
getent group shadowrun >/dev/null || groupadd -r shadowrun
|
||||
getent passwd shadowrun >/dev/null || useradd -r -g shadowrun -d /var/lib/shadowrun-server -s /usr/bin/nologin shadowrun
|
||||
}
|
||||
Reference in New Issue
Block a user