Fix stupid error in build script
This commit is contained in:
parent
0c78c782b7
commit
9502317c19
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
run_directory=$(dirname $(readlink -f "$0"))
|
run_directory=$(dirname $(readlink -f "$0"))
|
||||||
source "$run_directory/variables.conf"
|
source "$run_directory/variables.conf"
|
||||||
|
user=$(whoami)
|
||||||
|
|
||||||
if [[ $user != 'root' ]]; then
|
if [[ $user != 'root' ]]; then
|
||||||
sudo="sudo"
|
sudo="sudo"
|
||||||
|
Loading…
Reference in New Issue
Block a user