summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xarchsetup2
1 files changed, 1 insertions, 1 deletions
diff --git a/archsetup b/archsetup
index 731ae0d..df0e6b7 100755
--- a/archsetup
+++ b/archsetup
@@ -241,7 +241,6 @@ intro() {
if $skip_slow_packages; then
printf "Running with --skip-slow-packages (skipping texlive-meta, topgrade)\n" | tee -a "$logfile"
fi
- STARTTIME=$(date +%s)
errors_encountered=0
# begin with a clean logfile
@@ -1668,6 +1667,7 @@ outro() {
### Installation Steps
preflight_checks # verify system requirements (always runs)
+STARTTIME=$(date +%s) # must be outside intro() since it may be skipped on resume
run_step "intro" intro
run_step "prerequisites" prerequisites