update version fallback

This commit is contained in:
purple 2023-05-03 20:22:54 +02:00 committed by GitHub
parent 8c7fdce939
commit 824c096524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;