We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4c8d2 commit b3bcba9Copy full SHA for b3bcba9
scripts/hh-token-refresh.sh
@@ -2,6 +2,7 @@
2
set -euo pipefail
3
IFS=$'\n\t'
4
5
+
6
ENV_FILE="${ENV_FILE:-/opt/job-search/telegram-bot/.env}"
7
[[ -f "$ENV_FILE" ]] || { logger -t hh-token-refresh "env file not found: $ENV_FILE"; exit 3; }
8
STATE_DIR="/var/lib/hh-token"
0 commit comments