feat: one-time sudo at start with background keep-alive, no more password prompts

This commit is contained in:
2026-05-29 01:13:57 +02:00
parent ad46515b5a
commit 416487260c
2 changed files with 33 additions and 0 deletions

View File

@@ -229,6 +229,9 @@ main() {
log_info "Log file: $OMERON_LOG_FILE"
log_info "Project: $OMERON_ROOT"
sudo_init
trap 'sudo_cleanup' EXIT
detect_environment
show_banner