Small typo in launch.sh

This commit is contained in:
Sarrailh Rémi
2015-11-23 13:08:05 +01:00
parent 6a90803feb
commit 54e835eeac

View File

@@ -108,7 +108,7 @@ if [[ -e ${HERE}/websockify ]]; then
if [[ ! -x $WEBSOCKIFY ]]; then
echo "The path ${HERE}/websockify exists, but $WEBSOCKIFY either does not exist or is not executable."
echo "If you inteded to use an installed websockify package, please remove ${HERE}/websockify."
echo "If you intended to use an installed websockify package, please remove ${HERE}/websockify."
exit 1
fi