Fix typo in DEB install scripts
The package suffix was wrong.
This commit is contained in:
parent
7954de0da6
commit
9e039ed024
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user