Skip to content

Commit

Permalink
Update btmon
Browse files Browse the repository at this point in the history
  • Loading branch information
psarossy authored Aug 12, 2019
1 parent b4cd9aa commit 38e078d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions btmon
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -e

# Exit with error if required environment is not present
if [ -z "${BTMON_CONFIG}" ] || [ ! -f "${BTMON_CONFIG}" ]; then
echo "Envrionment variable BTMON_CONFIG must be provided"
if [ ! -f "/btmon.cfg" ]; then
echo "Config doesn't exist"
exit 1
fi

Expand Down

0 comments on commit 38e078d

Please sign in to comment.