Fix stupid error in build script

This commit is contained in:
Alexandre CATTEAU 2023-07-02 16:25:03 +02:00
parent 0c78c782b7
commit 9502317c19

View File

@ -2,6 +2,7 @@
run_directory=$(dirname $(readlink -f "$0"))
source "$run_directory/variables.conf"
user=$(whoami)
if [[ $user != 'root' ]]; then
sudo="sudo"