diff --git a/scripts/fix-log-location.sh b/scripts/fix-log-location.sh index 0c40073..0d350e8 100755 --- a/scripts/fix-log-location.sh +++ b/scripts/fix-log-location.sh @@ -1,3 +1,4 @@ #!/bin/bash -./install-mobileraker-companion.sh -f \ No newline at end of file +__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +bash ${__dir}/install-mobileraker-companion.sh -f \ No newline at end of file