From f8fad84c97605a38be8b9cd2efb4644f0aa2abee Mon Sep 17 00:00:00 2001 From: Neshura Date: Sun, 27 Nov 2022 15:33:51 +0100 Subject: [PATCH] script is not running fish --- set_ip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/set_ip.sh b/set_ip.sh index 2d81de8..9d8ed1c 100644 --- a/set_ip.sh +++ b/set_ip.sh @@ -2,6 +2,6 @@ cd /home/server/DNS_Temp ipv4=$(curl -k -s https://am.i.mullvad.net/ip) ipv6=$(curl -k -s https://ipv6.am.i.mullvad.net/) -source venv/bin/activate.fish +source venv/bin/activate python3 ./cloudflare_script.py 4 "$ipv4" python3 ./cloudflare_script.py 6 "$ipv6"