Edit post-install
This commit is contained in:
parent
71ce7eadd1
commit
2e96ea5d7c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
addgroup -S -g 1337 pterodactyl 2>/dev/null
|
||||
adduser -S -H -D -u 1337 -s /sbin/nologin -g pterodactyl pterodactyl 2>/dev/null
|
||||
adduser -S -h /home/pterodactyl -D -u 1337 -s /bin/bash -G pterodactyl pterodactyl 2>/dev/null
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue