diff options
| author | Jason D. McCormick <jason@mfamily.org> | 2019-04-29 18:19:29 -0400 |
|---|---|---|
| committer | Jason D. McCormick <jason@mfamily.org> | 2019-04-29 18:19:29 -0400 |
| commit | 9a54149ec3dda9a376578403edcbebb72460f00f (patch) | |
| tree | 64d4597e478d704cc086e41d877fa0d579bc052b | |
| parent | 23649907430c006721814b2144f99957d9330534 (diff) | |
fixed path to /usr/local/bin
| -rwxr-xr-x | bmcli | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ #!/bin/bash +if [ ! -f /usr/local/bin/bmcli-wrapper ]; then + echo "missing /usr/local/bin/bmcli-wrapper" + exit 1 +fi + if [ $# -lt 1 ]; then ./bmcli-wrapper exit 1 |
