Skip to content

Commit

Permalink
Developer placeholder replacing is changed to the new variable, but m…
Browse files Browse the repository at this point in the history
…ay be removed soon.
  • Loading branch information
prplwtf committed Apr 24, 2023
1 parent f02bd90 commit 054ed35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blueprint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ if [[ $2 == "-placeholder" ]]; then
exit 1;
fi;

sed -E -i "s*\(\[\(pterodactylmarket_version\)\]\)*$3*g" app/Services/Helpers/BlueprintPlaceholderService.php;
sed -E -i "s*\(\[\(pterodactylmarket_version\)\]\)*$3*g" blueprint.sh;
sed -E -i "s*&version&*$3*g" app/Services/Helpers/BlueprintPlaceholderService.php;
sed -E -i "s*&version&*$3*g" blueprint.sh;
fi;

if [[ ( $2 == "-i" ) || ( $2 == "-install" ) ]]; then
Expand Down

0 comments on commit 054ed35

Please sign in to comment.