update version fallback
This commit is contained in:
parent
8c7fdce939
commit
824c096524
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# If the fallback version below does not match your downloaded version, please let us know.
|
||||
VER_FALLBACK="indev-WI9";
|
||||
VER_FALLBACK="indev-QNH";
|
||||
|
||||
# This will be automatically replaced by some marketplaces, if not, $VERSION will be used as fallback.
|
||||
PM_VERSION="([(pterodactylmarket_version)])";
|
||||
|
@ -327,4 +327,4 @@ if [[ $2 == "-reinstall" ]]; then
|
|||
dbRemove "blueprint.setupFinished";
|
||||
cd /var/www/pterodactyl;
|
||||
bash blueprint.sh;
|
||||
fi;
|
||||
fi;
|
||||
|
|
Loading…
Reference in a new issue