1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2024-11-14 22:47:14 +01:00

Fixed Missing Quote

This commit is contained in:
Chase Wright 2017-07-29 16:56:47 -05:00 committed by GitHub
parent ea91e025fd
commit 8579fa2fa7

View File

@ -29,7 +29,7 @@ libvorbis-dev libwebp-dev mysql-server mysql-client mysql-common mysql-utilities
# If Apt-Get fails to run completely the rest of this isn't going to work...
if [ $? != 0 ]
then
echo "apt-get failed to install all required dependencies.
echo "apt-get failed to install all required dependencies"
exit
fi