Update log file search pattern and add missing packages to system_packages.txt

This commit is contained in:
2026-05-26 22:01:50 +02:00
parent 63386406ce
commit b4cbe014c2
2 changed files with 4 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ TIMESTAMP=$(date +"%Y%m%d_%H%M%S")
DEST=$ARCHIVE_DIR/$TIMESTAMP DEST=$ARCHIVE_DIR/$TIMESTAMP
# Find log files directly in the logs directory (non-recursive, skip archive subdir) # Find log files directly in the logs directory (non-recursive, skip archive subdir)
LOG_FILES=$(find "$LOGS_DIR" -maxdepth 1 -type f -name "*.log") LOG_FILES=$(find "$LOGS_DIR" -maxdepth 1 -type f -name "*.log*")
if [ -z "$LOG_FILES" ]; then if [ -z "$LOG_FILES" ]; then
echo "[archiveLogs] No log files to archive." echo "[archiveLogs] No log files to archive."

View File

@@ -2,3 +2,5 @@ libstdc++
gcompat gcompat
bash bash
git git
nodejs
npm