Fix typo in DEB install scripts

The package suffix was wrong.
This commit is contained in:
Markus Mäkelä 2018-07-04 21:10:21 +03:00
parent 7954de0da6
commit 9e039ed024
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -76,5 +76,5 @@ if [ "$BUILD_RABBITMQ" == "yes" ] ; then
cp _build/*.deb .
cp *.deb ..
fi
sudo dpkg -i ../maxscale*.dev
sudo dpkg -i ../maxscale*.deb
set +x