From 28ce5de2fc37b9918a497a5f54012ce92c7e64b7 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 2 Nov 2021 01:08:17 -0400 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d4f89cc..a7a3516 100644 --- a/install.sh +++ b/install.sh @@ -682,7 +682,7 @@ install_wings() { fi output "Installing the Pterodactyl wings..." - mkdir -p /etc/pterodactyl /srv/daemon-data + mkdir -p /etc/pterodactyl cd /etc/pterodactyl || exit curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/${WINGS}/wings_linux_amd64 chmod u+x /usr/local/bin/wings