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
|
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" \
|
||||||
|
|
Loading…
Reference in a new issue