Skip to content

Commit 8722835

Browse files
authored
Fix indev placeholder
1 parent 50b23d5 commit 8722835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blueprint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION="indev";
3+
VERSION="([(pterodactylmarket_transactionid)])";
44

55
cd /var/www/pterodactyl;
66
if [[ "$@" == *"-php"* ]]; then
@@ -219,4 +219,4 @@ if [[ $2 == "-reinstall" ]]; then
219219
dbRemove "blueprint.setupFinished";
220220
cd /var/www/pterodactyl;
221221
bash blueprint.sh;
222-
fi;
222+
fi;

0 commit comments

Comments
 (0)