Merge remote-tracking branch 'refs/remotes/origin/master' into 2.6.3

pull/444/head
Joe Prochazka 2018-06-22 17:05:28 -04:00
commit 6258c26c6b
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -249,6 +249,7 @@ case $RECEIVER_OS_DISTRIBUTION in
ubuntu)
if [ `bc -l <<< "$RECEIVER_OS_RELEASE >= 16.04"` -eq 1 ]; then DISTRO_PHP_VERSION="7.0"; fi
if [ `bc -l <<< "$RECEIVER_OS_RELEASE >= 17.10"` -eq 1 ]; then DISTRO_PHP_VERSION="7.1"; fi
if [ `bc -l <<< "$RECEIVER_OS_RELEASE >= 18.04"` -eq 1 ]; then DISTRO_PHP_VERSION="7.2"; fi
;;
esac