fix: api_key getting
This commit is contained in:
parent
e1d998d91e
commit
26c828e413
@ -1,5 +1,5 @@
|
|||||||
API_HOST="https://api.ssh.surf"
|
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
|
if [ ! $API_KEY ]; then
|
||||||
notif "API key not found. Please re-run \`/enable-expire-notifs\`"
|
notif "API key not found. Please re-run \`/enable-expire-notifs\`"
|
||||||
|
Loading…
Reference in New Issue
Block a user