1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

F #3951: Extend path for guacd binary

This commit is contained in:
Tino Vazquez 2021-02-26 14:38:11 +01:00
parent 42a5557c95
commit 84c753e5ec
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -32,6 +32,7 @@ else
GUACD_PID=$ONE_LOCATION/var/guacd.pid
fi
PATH=$PATH:/usr/share/one/guacd/sbin
GUACD_BIN=guacd
get_pid()