Fixed and added more logging.
This commit is contained in:
parent
faaffd5955
commit
54b0d7f1e2
1 changed files with 1 additions and 1 deletions
2
install.sh
Normal file → Executable file
2
install.sh
Normal file → Executable file
|
@ -137,4 +137,4 @@ if [[ ${EUID} -eq 0 ]]; then
|
|||
fi
|
||||
|
||||
# All the config is in a function so we can stream this script from forge.duensing.digital.
|
||||
configureMachine 2>&1 | tee /home/${SUDO_USER}/configureMachine.log
|
||||
configureMachine 2>&1 | tee /home/${USER}/configureMachine.log
|
||||
|
|
Loading…
Add table
Reference in a new issue