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 ###