From 54b0d7f1e22612668d6078e07228189f71e1e035 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Sun, 8 Jun 2025 19:47:48 -0500 Subject: [PATCH] Fixed and added more logging. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 install.sh diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 index 46ae916..a7a3ea8 --- a/install.sh +++ b/install.sh @@ -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