Really, finally, make install script working unattended
This commit is contained in:
parent
105057bff3
commit
ef03efe3c5
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user