Minor update

This commit is contained in:
Till Dieminger
2025-08-31 21:32:52 +02:00
parent cbc1c6dd61
commit 650b0435a5

View File

@@ -3,7 +3,7 @@
### LOGGING SETUP ### ### LOGGING SETUP ###
LOGFILE="/tmp/larbs-install-$(date +%Y%m%d-%H%M%S).log" LOGFILE="/tmp/larbs-install-$(date +%Y%m%d-%H%M%S).log"
exec > >(tee -a "$LOGFILE") 2>&1 exec > >(tee -a "$LOGFILE") 2>&1
echo "🔧 Logging installation to $LOGFILE" echo "Logging installation to $LOGFILE"
### CONFIGURABLE OPTIONS ### ### CONFIGURABLE OPTIONS ###