From 08f9ff5eed7d78ae024a0413b4d5df86f3287b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tino=20V=C3=A1zquez?= Date: Mon, 18 Jul 2011 12:21:47 +0200 Subject: [PATCH] Fix bad ETC install of oZones Also, typo corrected in oZones Server. --- install.sh | 3 ++- src/ozones/Server/models/OzonesServer.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index cbcdd3853f..4ea4f0b4cb 100755 --- a/install.sh +++ b/install.sh @@ -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 diff --git a/src/ozones/Server/models/OzonesServer.rb b/src/ozones/Server/models/OzonesServer.rb index 779dbe1f9a..a1fe754f4e 100644 --- a/src/ozones/Server/models/OzonesServer.rb +++ b/src/ozones/Server/models/OzonesServer.rb @@ -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