From 7a429ede7a7f3b7dc16c6b369896ed5cc641b6f9 Mon Sep 17 00:00:00 2001 From: Yury Kossakovsky Date: Tue, 16 Dec 2025 16:38:03 -0700 Subject: [PATCH] refactor: remove redundant log message from update script --- scripts/update.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/update.sh b/scripts/update.sh index 4292414..5b28acc 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -112,7 +112,4 @@ fi # Execute the rest of the update process using the (potentially updated) apply_update.sh bash "$APPLY_UPDATE_SCRIPT" -# The final success message will now come from apply_update.sh -log_info "Update script finished." # Changed final message - exit 0 \ No newline at end of file