Skip to content

Commit

Permalink
Merge pull request #110 from ProGEEK/mhl
Browse files Browse the repository at this point in the history
Updated MHL to run from same directory as mhl script
  • Loading branch information
krkeegan committed Mar 26, 2013
2 parents cc50de5 + 84893f9 commit f6fefa5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/mhl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
# Call Switch User if you call this script as root so mh does not run as root
# su xyz

# Set current working directory to location of this script (bin/)
cd "$( cd "$( dirname "$0" )" && pwd )"

while [ 1 = 1 ]; do

echo
Expand Down

0 comments on commit f6fefa5

Please sign in to comment.