From 1f1a91bf70062a146275880835b52766944a6eee Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Thu, 22 Sep 2022 18:46:49 +0200 Subject: [PATCH] Set install script to new run_directory norm --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ea85e83..db3f746 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -run_directory=$(dirname "$0") +run_directory=$(dirname $(readlink -f "$0")) if [ -f $run_directory/.disabled ]; then echo "Installation is disabled. Exiting..."