Merge pull request #20 from arrogantrabbit/arrogantrabbit-patch-1

Tolerate whitespace in the path
This commit is contained in:
Bryan Casey
2023-01-18 18:23:32 -07:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd ${DIR}/../Resources/IPMIView
cd "${DIR}/../Resources/IPMIView"
java -jar IPMIView20.jar