From 66a85c320df86ae039dbb14782676b6484258d06 Mon Sep 17 00:00:00 2001 From: Neshura Date: Sun, 27 Nov 2022 18:35:36 +0100 Subject: [PATCH] Fix due to bad push on branch feature/dockerize Included here to minimize need for merge requests --- set_ip.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/set_ip.sh b/set_ip.sh index 149b3f5..12e4881 100644 --- a/set_ip.sh +++ b/set_ip.sh @@ -15,6 +15,7 @@ else else ipv4=$(curl -k -s https://am.i.mullvad.net/ip) ipv6=$(curl -k -s https://ipv6.am.i.mullvad.net/) + source venv/bin/activate python3 ./cloudflare_script.py 4 "$ipv4" python3 ./cloudflare_script.py 6 "$ipv6" fi