From adfb6a35ca415b2078df52c8912ee733adf00c08 Mon Sep 17 00:00:00 2001 From: denis Date: Sun, 3 Nov 2024 04:27:02 -0500 Subject: [PATCH] Update scripts/commands/advanced/upgrade.sh --- scripts/commands/advanced/upgrade.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/commands/advanced/upgrade.sh b/scripts/commands/advanced/upgrade.sh index 5ac2fc2..21ceedd 100644 --- a/scripts/commands/advanced/upgrade.sh +++ b/scripts/commands/advanced/upgrade.sh @@ -74,7 +74,7 @@ Command() { exit 1 fi - # Remove some files/directories that don't have to be moved to the Pterodactyl folder. + # Remove some files/directories that don't have to be moved to the Pelican folder. rm -r \ "main/.github" \ "main/.git" \ @@ -82,7 +82,7 @@ Command() { "main/README.md" \ &>> "$BLUEPRINT__DEBUG" - # Copy fetched release files to the Pterodactyl directory and remove temp files. + # Copy fetched release files to the Pelican directory and remove temp files. cp -r main/* "$FOLDER"/ rm -r \ "main" \