Skip to content

Commit

Permalink
Fix indev placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf authored Apr 10, 2023
1 parent 50b23d5 commit 8722835
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
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="indev";
VERSION="([(pterodactylmarket_transactionid)])";

cd /var/www/pterodactyl;
if [[ "$@" == *"-php"* ]]; then
Expand Down Expand Up @@ -219,4 +219,4 @@ if [[ $2 == "-reinstall" ]]; then
dbRemove "blueprint.setupFinished";
cd /var/www/pterodactyl;
bash blueprint.sh;
fi;
fi;

0 comments on commit 8722835

Please sign in to comment.