Set install script to new run_directory norm

This commit is contained in:
Alexandre CATTEAU 2022-09-22 18:57:24 +02:00
parent a02575b047
commit 4dc06cd0fd

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
run_directory=$(dirname "$0") run_directory=$(dirname $(readlink -f "$0"))
user=$(whoami) user=$(whoami)
source "$run_directory/variables.conf" source "$run_directory/variables.conf"