From 629259792d2273df2e92ee2a041af679baf78d7d Mon Sep 17 00:00:00 2001 From: nchebrov Date: Sat, 31 Jan 2026 04:27:28 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20install.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 1 + 1 file changed, 1 insertion(+) 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