Set install script to new run_directory norm
This commit is contained in:
parent
e81609b7e2
commit
eafb4a7f2b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user