Update scripts/commands/advanced/upgrade.sh

This commit is contained in:
denis 2024-11-03 04:27:02 -05:00
parent 108e3ffe10
commit adfb6a35ca

View file

@ -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" \