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