From 335232f7d9b814616709cd6998996600f88942b5 Mon Sep 17 00:00:00 2001 From: Zoey Date: Sun, 22 Oct 2023 18:43:37 +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 0924270..963a936 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" | tee /tmp/IPv4.json + curl -sLS4 https://ipv64.net/update.php?key="$DUK" fi if [ "$IPv6" = "true" ]; then - curl -sLS6 https://ipv64.net/update.php?key="$DUK" | tee /tmp/IPv6.json + curl -sLS6 https://ipv64.net/update.php?key="$DUK" fi sleep "$UI"