#!/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 exit 0