1
0
mirror of https://github.com/tommytran732/Pterodactyl-Script synced 2024-09-16 14:14:42 -04:00

Update install.sh

This commit is contained in:
Tommy 2021-11-02 01:07:20 -04:00 committed by GitHub
parent 156ef500dc
commit 72959952cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -681,8 +681,6 @@ install_wings() {
systemctl enable --now docker
fi
output "Enabling SWAP support for Docker."
sed -i 's/GRUB_CMDLINE_LINUX_DEFAULT="[^"]*/& swapaccount=1/' /etc/default/grub
output "Installing the Pterodactyl wings..."
mkdir -p /etc/pterodactyl /srv/daemon-data
cd /etc/pterodactyl || exit