commit 98c5c15ee853bc67921a5efd3e1e59a0586aa53e parent 3e44d997927f6cc4fa1721745294d5559bb0e800 Author: Robin Bäckman <robinbackman@gmail.com> Date: Tue, 26 Jul 2016 21:06:03 +0300 version check Diffstat:
M | backup.sh | | | 2 | +- |
M | tarina.py | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/backup.sh b/backup.sh @@ -1 +1 @@ -rsync -uav /home/pi/ninjacam rob@lulzcam.org:/srv/www/tarina.org/public_html/src/ +rsync -uav /home/pi/tarina rob@lulzcam.org:/srv/www/tarina.org/public_html/src/ diff --git a/tarina.py b/tarina.py @@ -404,7 +404,7 @@ def update(tarinaversion, tarinavername): time.sleep(2) writemessage('Checking for updates...') try: - os.system('wget https://bitbucket.org/rbckman/tarina/raw/a23ea77fee134dc03da72a38c269a4d34317ce87/VERSION -P /tmp/') + os.system('wget http://tarina.org/src/VERSION -P /tmp/') except: writemessage('Sorry buddy, no internet connection') return tarinaversion, tarinavername