diff --git a/install.sh b/install.sh index d33ad5e..dd281d1 100644 --- a/install.sh +++ b/install.sh @@ -16,5 +16,6 @@ apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-co groupadd --system pterodactyl useradd --system --shell /sbin/nologin --comment "Pterodactyl Wings Daemon" --gid pterodactyl --home-dir /etc/pterodactyl --no-create-home pterodactyl mkdir -p /run/wings/machine-id +mkdir -p /etc/pterodactyl chown pterodactyl:pterodactyl /run/wings/machine-id