^
This commit is contained in:
parent
c10867f89a
commit
f6060c0154
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue