diff options
author | Karl Semich <0xloem@gmail.com> | 2016-09-04 08:51:51 -0400 |
---|---|---|
committer | Karl Semich <0xloem@gmail.com> | 2016-09-04 08:51:51 -0400 |
commit | 13705c9e94dfa1d6c34f9895dc0a8b1ff97957f5 (patch) | |
tree | b9899cad7a5853e7c2d999e174bdc83c6f2ec9c0 /backend/update.py | |
parent | ab765b1c2f392e5fd79f9180a93991c13299488e (diff) | |
download | standingwithresilience-13705c9e94dfa1d6c34f9895dc0a8b1ff97957f5.tar.gz standingwithresilience-13705c9e94dfa1d6c34f9895dc0a8b1ff97957f5.zip |
launch zeronet if not running and ZERONETDIR provided
Diffstat (limited to 'backend/update.py')
-rwxr-xr-x | backend/update.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |