mirror of
https://github.com/MysticRyuujin/guac-install.git
synced 2023-10-10 13:36:56 +02: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 Apt-Get fails to run completely the rest of this isn't going to work...
|
||||||
if [ $? != 0 ]
|
if [ $? != 0 ]
|
||||||
then
|
then
|
||||||
echo "apt-get failed to install all required dependencies.
|
echo "apt-get failed to install all required dependencies"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user