Sfoglia il codice sorgente

Remove unused VERSION_ROOT var

Mark Shust 2 anni fa
parent
commit
de28781a6f
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      compose/bin/download

+ 0 - 3
compose/bin/download

@@ -5,9 +5,6 @@ EDITION=${2:-community}
 
 bin/stop
 
-# Translate version to root in integer format. Ex. 2.4.3-p1 -> 243
-VERSION_ROOT=$(echo "$VERSION" | cut -b 1-5 | sed -e 's/\.//g')
-
 bin/start --no-dev
 [ $? != 0 ] && echo "Failed to start Docker services" && exit