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 exit 1
fi 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 \ rm -r \
"main/.github" \ "main/.github" \
"main/.git" \ "main/.git" \
@ -82,7 +82,7 @@ Command() {
"main/README.md" \ "main/README.md" \
&>> "$BLUEPRINT__DEBUG" &>> "$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"/ cp -r main/* "$FOLDER"/
rm -r \ rm -r \
"main" \ "main" \