From c8c1e734e734f74e655741714dbfab7da825be5c Mon Sep 17 00:00:00 2001 From: Jaime Melis Date: Mon, 18 Jul 2011 16:17:38 +0200 Subject: [PATCH] Fix bug in sunstone plugins configuration file path. --- src/sunstone/sunstone-server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunstone/sunstone-server.rb b/src/sunstone/sunstone-server.rb index 962912e901..cadc3eaad2 100755 --- a/src/sunstone/sunstone-server.rb +++ b/src/sunstone/sunstone-server.rb @@ -24,7 +24,7 @@ if !ONE_LOCATION VAR_LOCATION = "/var/lib/one" RUBY_LIB_LOCATION = "/usr/lib/one/ruby" CONFIGURATION_FILE = "/etc/one/sunstone-server.conf" - PLUGIN_CONFIGURATION_FILE = "/etc/sunstone-plugins.yaml" + PLUGIN_CONFIGURATION_FILE = "/etc/one/sunstone-plugins.yaml" else VAR_LOCATION = ONE_LOCATION+"/var" LOG_LOCATION = ONE_LOCATION+"/var"