Commit 353be7a3 by tarokkk

Fixed config file path

parent 9b61c946
......@@ -11,7 +11,7 @@ from pwd import getpwnam
#Get configuration file
config = ConfigParser.ConfigParser()
config.read('store.config')
config.read('/opt/webadmin/cloud/miscellaneous/store-server/store.config')
#ROOT_WWW_FOLDER='/var/www'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment