From 60d6bfae9f4e2f711d4d4d7bf0458c1915625b8a Mon Sep 17 00:00:00 2001 From: Bishoy Ehab Date: Thu, 16 Oct 2025 23:43:33 +0300 Subject: [PATCH] Update the Warning message --- sdata/exp/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdata/exp/update.sh b/sdata/exp/update.sh index 858a8ca6b..17e8bf364 100755 --- a/sdata/exp/update.sh +++ b/sdata/exp/update.sh @@ -648,7 +648,7 @@ done if [[ "$check" == true ]]; then 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 " 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." safe_read "Continue? (y/N): " response "N"