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:
parent
8aeae233d7
commit
08f9ff5eed
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user