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

Fix occi-server script, +x is not required

This commit is contained in:
Daniel Molina 2012-04-24 16:53:13 +02:00
parent d8d814352e
commit 81a142374b

View File

@ -54,7 +54,7 @@ setup()
start()
{
if [ ! -x "$OCCI_SERVER" ]; then
if [ ! -f "$OCCI_SERVER" ]; then
echo "Cannot find $OCCI_SERVER."
exit 1
fi