diff --git a/installer b/installer index 40d6445..c9cbcf9 100644 --- a/installer +++ b/installer @@ -141,7 +141,8 @@ class SystemInstaller: return True def make_nginx_config(self, answers): - root = os.path.abspath(".") _fp = "pyshelf_nginx.conf" + root = os.path.abspath(".") + _fp = "pyshelf_nginx.conf" for r in answers: if r["name"] == "hostname": hostname = r["answer"]