mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Fixed a new typo
This commit is contained in:
3
installer
vendored
3
installer
vendored
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user