Set scripts to new run_directory norm

This commit is contained in:
Alexandre CATTEAU 2022-09-22 18:48:36 +02:00
parent dfc59eb870
commit 16267ea966
2 changed files with 2 additions and 2 deletions

View File

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

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