feat(core): update fallback version to latest
This commit is contained in:
parent
f42c1e0eb4
commit
a1f5cd44c1
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
FOLDER="/var/www/pterodactyl" #;
|
FOLDER="/var/www/pterodactyl" #;
|
||||||
|
|
||||||
# If the fallback version below does not match your downloaded version, please let us know.
|
# If the fallback version below does not match your downloaded version, please let us know.
|
||||||
VER_FALLBACK="alpha-IPS"
|
VER_FALLBACK="alpha-3ZX"
|
||||||
|
|
||||||
# This will be automatically replaced by some marketplaces, if not, $VER_FALLBACK will be used as fallback.
|
# This will be automatically replaced by some marketplaces, if not, $VER_FALLBACK will be used as fallback.
|
||||||
PM_VERSION="([(pterodactylmarket_version)])"
|
PM_VERSION="([(pterodactylmarket_version)])"
|
||||||
|
@ -1324,4 +1324,4 @@ fi
|
||||||
if [[ ${VCMD} != "y" && $1 == "-bash" ]]; then
|
if [[ ${VCMD} != "y" && $1 == "-bash" ]]; then
|
||||||
# This is logged as a "fatal" error since it's something that is making Blueprint run unsuccessfully.
|
# This is logged as a "fatal" error since it's something that is making Blueprint run unsuccessfully.
|
||||||
quit_red "[FATAL] '$2' is not a valid command or argument. Use argument '-help' for a list of commands."
|
quit_red "[FATAL] '$2' is not a valid command or argument. Use argument '-help' for a list of commands."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue