Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
fix telegraf: not found
Browse files Browse the repository at this point in the history
/app/entry.sh: line 27: exec: telegraf: not found
  • Loading branch information
wasdee authored Jun 28, 2021
1 parent 9e40e50 commit cf8d969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi

# If command starts with an option, prepend telegraf to it
if [[ "${1#-}" != "$1" ]]; then
set -- telegraf "$@"
set -- ./telegraf "$@"
fi

exec "$@"
exec "$@"

0 comments on commit cf8d969

Please sign in to comment.