Update the Warning message

This commit is contained in:
Bishoy Ehab
2025-10-16 23:43:33 +03:00
parent 009345c5f6
commit 60d6bfae9f
+1 -1
View File
@@ -648,7 +648,7 @@ done
if [[ "$check" == true ]]; then if [[ "$check" == true ]]; then
log_warning "THIS SCRIPT IS NOT FULLY TESTED AND MAY CAUSE ISSUES!" log_warning "THIS SCRIPT IS NOT FULLY TESTED AND MAY CAUSE ISSUES!"
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 like in #1856."
log_warning "In general, prefer install.sh for updates if available." log_warning "In general, prefer install.sh for updates if available."
safe_read "Continue? (y/N): " response "N" safe_read "Continue? (y/N): " response "N"