Skip to content

Commit

Permalink
Merge pull request #283 from dmwm/dashboard-exporter-patch
Browse files Browse the repository at this point in the history
Update run.sh
  • Loading branch information
nikodemas authored Nov 27, 2024
2 parents c638680 + ef21ed4 commit 0df395c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana-backup/dashboard-exporter/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ "$1" == "-h" ] || [ "$1" == "-help" ] || [ "$1" == "--help" ] || [ "$1" ==
fi

# Get utils functions
. ../scripts/utils.sh
. ../../scripts/utils.sh

# Authenticate with Kerberos keytab
util_kerberos_auth_with_keytab "$1"
Expand Down

0 comments on commit 0df395c

Please sign in to comment.