Skip to content

Commit

Permalink
fix core: No such file or directory error for forwarding a log in -…
Browse files Browse the repository at this point in the history
…upgrade
  • Loading branch information
prplwtf committed Apr 10, 2024
1 parent 61bb008 commit b13726f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2153,7 +2153,7 @@ if [[ $2 == "-upgrade" ]]; then VCMD="y"
"routes/blueprint/application/"* \
"routes/blueprint/client/"* \
"routes/blueprint/web/"* \
&>> $BLUEPRINT__DEBUG
&>> /dev/null # cannot forward to debug dir because it does not exist

chmod +x blueprint.sh
sed -i -E "s|FOLDER=\"/var/www/pterodactyl\" #;|FOLDER=\"$FOLDER\" #;|g" $FOLDER/blueprint.sh
Expand Down

0 comments on commit b13726f

Please sign in to comment.