mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-30 22:50:10 +03:00
F #3951: Detect guacd in the path
This commit is contained in:
parent
22da02d634
commit
8279aa0c1a
@ -118,7 +118,8 @@ stop()
|
||||
|
||||
start_guacd()
|
||||
{
|
||||
if [ ! -f "$GUACD_BIN" ]; then
|
||||
|
||||
if ! hash $GUACD_BIN &>/dev/null; then
|
||||
echo "Cannot find $GUACD_BIN."
|
||||
return 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user