read over safe_read

This commit is contained in:
reakjra
2025-11-18 15:50:29 +01:00
parent ae28d0bd6d
commit f21e282780
+1 -1
View File
@@ -293,7 +293,7 @@ if [[ "$SKIP_NOTICE" == false ]]; then
log_warning "It might be safer if you want to preserve your modifications and not delete added files," log_warning "It might be safer if you want to preserve your modifications and not delete added files,"
log_warning " but this can cause partial updates and therefore unexpected behavior." log_warning " but this can cause partial updates and therefore unexpected behavior."
log_warning "In general, prefer \"./setup install\" for updates if available." log_warning "In general, prefer \"./setup install\" for updates if available."
safe_read "Continue? (y/N): " response "N" read -p "Continue? (y/N): " response
if [[ ! "$response" =~ ^[Yy]$ ]]; then if [[ ! "$response" =~ ^[Yy]$ ]]; then
log_error "Merge aborted by user" log_error "Merge aborted by user"