From 77a22868282f4ce41b14383b1f488667be210fb3 Mon Sep 17 00:00:00 2001 From: mycognosist Date: Fri, 4 Dec 2020 09:30:08 +0000 Subject: [PATCH] Fix syntax error --- scripts/setup_debian_repo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/setup_debian_repo.py b/scripts/setup_debian_repo.py index 7273f7c..7dc7cb6 100644 --- a/scripts/setup_debian_repo.py +++ b/scripts/setup_debian_repo.py @@ -103,7 +103,6 @@ if args.initialize: print("[ COPYING NGINX CONFIG ]") nginx_conf_tmp_path = os.path.join(USER_PATH, "apt.peachcloud.org") - render_template( render_template( src="debian_repo/nginx_debian.conf", dest="/etc/nginx/sites-enabled/apt.peachcloud.org",