From 6ab0c4edc9492ebf0696e820b4af9a2096385ef7 Mon Sep 17 00:00:00 2001 From: Tim Miller <46549361+timothymiller@users.noreply.github.com> Date: Mon, 27 Jul 2020 17:49:48 -0400 Subject: [PATCH] Update and rename sync to start-sync.sh --- sync => start-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sync => start-sync.sh (85%) diff --git a/sync b/start-sync.sh similarity index 85% rename from sync rename to start-sync.sh index 7c01cff..92872eb 100755 --- a/sync +++ b/start-sync.sh @@ -7,4 +7,4 @@ source ./venv/bin/activate pip install requests cd $DIR -python cloudflare-ddns.py +python3 cloudflare-ddns.py