From 650b0435a52885f01440ce0338f5552ba7a2fc32 Mon Sep 17 00:00:00 2001 From: Till Dieminger Date: Sun, 31 Aug 2025 21:32:52 +0200 Subject: [PATCH] Minor update --- archSetupScript.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archSetupScript.sh b/archSetupScript.sh index 63215e0..26e5df5 100644 --- a/archSetupScript.sh +++ b/archSetupScript.sh @@ -3,7 +3,7 @@ ### LOGGING SETUP ### LOGFILE="/tmp/larbs-install-$(date +%Y%m%d-%H%M%S).log" exec > >(tee -a "$LOGFILE") 2>&1 -echo "🔧 Logging installation to $LOGFILE" +echo "Logging installation to $LOGFILE" ### CONFIGURABLE OPTIONS ###