diff --git a/install.py b/install.py index b889a9d..73de8f2 100755 --- a/install.py +++ b/install.py @@ -17,7 +17,7 @@ os.chdir(base) name = os.path.basename(base) config = join(base, 'config.jsonc') if os.path.exists(config): - with open('/srv/pandora/northeast/config.jsonc') as fd: + with open(config) as fd: name = ox.jsonc.load(fd)['site']['id'] for root, folders, files in os.walk(join(base, 'static')):