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

Fix bad ETC install of oZones

Also, typo corrected in oZones Server.
This commit is contained in:
Tino Vázquez 2011-07-18 12:21:47 +02:00
parent 8aeae233d7
commit 08f9ff5eed
2 changed files with 3 additions and 2 deletions

View File

@ -159,7 +159,8 @@ else
DELETE_DIRS="$MAKE_DIRS"
elif [ "$OZONES" = "yes" ]; then
MAKE_DIRS="$BIN_LOCATION $LIB_LOCATION $VAR_LOCATION $OZONES_LOCATION"
MAKE_DIRS="$BIN_LOCATION $LIB_LOCATION $VAR_LOCATION $OZONES_LOCATION \
$ETC_LOCATION"
DELETE_DIRS="$MAKE_DIRS"
else

View File

@ -267,7 +267,7 @@ class OzonesServer
else
pr.update # Rewrite proxy conf file
return [200, OZones.str_to_json(
"Resource #{kind} with id #{id} successfuly deleted")]
"Resource #{kind} with id #{id} successfully deleted")]
end
end