Fix due to bad push on branch feature/dockerize
Included here to minimize need for merge requests
This commit is contained in:
parent
6a059e6806
commit
66a85c320d
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ else
|
||||||
else
|
else
|
||||||
ipv4=$(curl -k -s https://am.i.mullvad.net/ip)
|
ipv4=$(curl -k -s https://am.i.mullvad.net/ip)
|
||||||
ipv6=$(curl -k -s https://ipv6.am.i.mullvad.net/)
|
ipv6=$(curl -k -s https://ipv6.am.i.mullvad.net/)
|
||||||
|
source venv/bin/activate
|
||||||
python3 ./cloudflare_script.py 4 "$ipv4"
|
python3 ./cloudflare_script.py 4 "$ipv4"
|
||||||
python3 ./cloudflare_script.py 6 "$ipv6"
|
python3 ./cloudflare_script.py 6 "$ipv6"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue