From 13705c9e94dfa1d6c34f9895dc0a8b1ff97957f5 Mon Sep 17 00:00:00 2001 From: Karl Semich <0xloem@gmail.com> Date: Sun, 4 Sep 2016 08:51:51 -0400 Subject: launch zeronet if not running and ZERONETDIR provided --- backend/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/update.py') diff --git a/backend/update.py b/backend/update.py index f97d0aa..50c3983 100755 --- a/backend/update.py +++ b/backend/update.py @@ -29,7 +29,7 @@ if resilient.freenet.freesitemgr.found and resilient.freenet.running: git_repos = [ resilient.git('git://standingwithresilience.branchable.com/'), resilient.git('fairlystable-guest:/srv/git/standingwithresilience'), - resilient.git('https://gitlab.com/standingwithresilience/standingwithresilience.gitlab.io.git') + resilient.git('https://gitlab.com/standingwithresilience/standingwithresilience.gitlab.io.git', None) ] for host in zeronet_urls: -- cgit v1.2.3