From 1e13562e17cd1f0d7fdead9ade41d2f1a57a7bd3 Mon Sep 17 00:00:00 2001 From: Patrick Schmidt Date: Wed, 29 Mar 2023 03:48:15 +0200 Subject: [PATCH] Fixed script that fixes logging dir --- scripts/fix-log-location.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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