Set install script to new run_directory norm

This commit is contained in:
Alexandre CATTEAU 2022-09-22 18:53:34 +02:00
parent ab379b8edf
commit b54b4f4db1

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
run_directory=$(dirname "$0")
run_directory=$(dirname $(readlink -f "$0"))
# WARNING Unlike our usual install scripts, this one should NEVER be run unattended;
# Make sure to create .disabled file.