This commit is contained in:
Vague Rabbit 2021-02-09 17:30:18 -08:00
parent f6060c0154
commit 5c4fbad4f5

View file

@ -344,10 +344,10 @@ fi
# #
if [ "$vOPT" = "true" ]; then if [ "$vOPT" = "true" ]; then
if [ "$VERSION" = "" ]; then if [ "$VERSION" = "" ]; then
VERSION="\'2.11.1\'" VERSION="'2.11.1'"
fi fi
else else
VERSION="\'2.11.1\'" VERSION="'2.11.1'"
fi fi
# #
if [ "$STATIC_URL" = "" ]; then if [ "$STATIC_URL" = "" ]; then