From 01d1beebd20c326e475d8e53adf0563be65db38b Mon Sep 17 00:00:00 2001 From: ilguappo Date: Fri, 16 Aug 2024 09:53:17 -0400 Subject: [PATCH] Update enable-expire-notifs.sh fixed typo --- enable-expire-notifs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enable-expire-notifs.sh b/enable-expire-notifs.sh index ac05b48..a9c7bad 100755 --- a/enable-expire-notifs.sh +++ b/enable-expire-notifs.sh @@ -3,7 +3,7 @@ API_HOST="https://api.ssh.surf" API_KEY="$1" -[ -z $API_KEY ] && echo "You need to provide your api key fot this thing to work. +[ -z $API_KEY ] && echo "You need to provide your api key for this thing to work. It is strongly advised enabling privacy mode (\`/privacy\`) for the time of execution" && exit 1 hello=$(curl -w %{http_code} -sH "x-ssh-auth: $API_KEY" $API_HOST/hello -o /dev/null)