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:
parent
ea91e025fd
commit
8579fa2fa7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user