Set install script to new run_directory norm

This commit is contained in:
Alexandre CATTEAU 2022-09-22 18:55:41 +02:00
parent e23e207009
commit 34b3fd8546

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
run_directory=$(dirname "$0")
run_directory=$(dirname $(readlink -f "$0"))
user=$(whoami)
if [ -f $run_directory/.disabled ]; then