This commit is contained in:
Vague Rabbit 2021-02-09 17:26:25 -08:00
parent c10867f89a
commit f6060c0154

View file

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