chg: [tools] 19.04 test

pull/4516/head
Steve Clement 2019-04-20 12:00:39 +09:00
parent 0d8e3352d1
commit c19aa04754
1 changed files with 3 additions and 1 deletions

View File

@ -669,7 +669,9 @@ if [ "${FLAVOUR}" == "ubuntu" ]; then
installSupported && exit || exit
fi
if [ "${RELEASE}" == "19.04" ]; then
echo "Install on Ubuntu 19.04 not supported, bye"
echo "Install on Ubuntu 19.04 under development."
echo "Please report bugs/issues here: https://github.com/MISP/MISP/issues"
installSupported && exit || exit
exit 1
fi
if [ "${RELEASE}" == "19.10" ]; then