From 84ece9c3bf1bc0bfd32c97a6a658dd65a1c71584 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:06:44 +0200 Subject: [PATCH] Update setup.sh --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index 4abb756..e717b96 100755 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,5 @@ #!/bin/bash + export ROOT_DIR="$(cd -P -- "$(dirname -- "$0")" && pwd -P)" ##########################################################################################