Update scripts/commands/advanced/upgrade.sh
This commit is contained in:
parent
108e3ffe10
commit
adfb6a35ca
1 changed files with 2 additions and 2 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue