BSD-compliant tee for setup

This commit is contained in:
2025-02-04 15:18:02 -07:00
parent 9ee67e844b
commit 53cee5aa02
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ STATUS "installation start : $(date)" 2>> "${LOGFILE}"
SETUP__OS || FAIL 1 'failed to set up os-dependencies (see above)'
SETUP__GIT || FAIL 2 'failed to set up git (see above)'
SETUP__CONFIG || FAIL 3 'failed to set up program configuration (see above)'
} 2>&1 | tee --append "${LOGFILE}"
} 2>&1 | tee -a "${LOGFILE}"
STATUS "installation complete: $(date)" 2>> "${LOGFILE}"