From d78a7b9179fa71ad0bb343dc567875e239c12153 Mon Sep 17 00:00:00 2001 From: Zoey Date: Sun, 22 Oct 2023 18:52:44 +0200 Subject: [PATCH] Update update.sh Signed-off-by: Zoey --- update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index 963a936..0749986 100755 --- a/update.sh +++ b/update.sh @@ -58,10 +58,10 @@ fi while true; do if [ "$IPv4" = "true" ]; then - curl -sLS4 https://ipv64.net/update.php?key="$DUK" + curl -sLS4 https://ipv64.net/update.php?key="$DUK"| tee /tmp/IPv4.json fi if [ "$IPv6" = "true" ]; then - curl -sLS6 https://ipv64.net/update.php?key="$DUK" + curl -sLS6 https://ipv64.net/update.php?key="$DUK"| tee /tmp/IPv6.json fi sleep "$UI"