Skip to content

Commit

Permalink
chore: shellcheck ignore info on source call
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-rehor committed Jan 22, 2025
1 parent 5e7b30d commit 955067a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/influxdb3-restart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ restart() {
then
generate_tokens
fi

# shellcheck disable=SC1091
source "${SCRIPT_PATH}/influxdb3_current.token"
echo Token for accessing the api: "${INFLUXDB_TOKEN}"
make_data_dir
Expand Down

0 comments on commit 955067a

Please sign in to comment.