From 26c828e41358d6a2f66474d0a5cba4b2397b61cf Mon Sep 17 00:00:00 2001 From: Cyber Date: Fri, 2 Aug 2024 06:03:50 +0000 Subject: [PATCH] fix: api_key getting --- notify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify.sh b/notify.sh index 695dfb5..1a81ad5 100755 --- a/notify.sh +++ b/notify.sh @@ -1,5 +1,5 @@ API_HOST="https://api.ssh.surf" -API_KEY=$(cat .api-key) +API_KEY=$(cat /var/tools/container-expire-notifs/.api-key) if [ ! $API_KEY ]; then notif "API key not found. Please re-run \`/enable-expire-notifs\`"