From 0de2d89c1e736092f2ef3ad9058319f81db40190 Mon Sep 17 00:00:00 2001 From: chonghe Date: Wed, 30 Aug 2023 21:52:35 +0800 Subject: [PATCH] change exit 1 --- scripts/cli.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/cli.sh b/scripts/cli.sh index 304ef32bfe..c705194662 100755 --- a/scripts/cli.sh +++ b/scripts/cli.sh @@ -71,11 +71,11 @@ if [[ -z $changes ]]; then no_change=true echo "cli_manual.txt is up to date" -exit 1 # if the difference is empty, use true to execute nothing: https://stackoverflow.com/questions/17583578/what-command-means-do-nothing-in-a-conditional-in-bash else -patch ./scripts/cli_manual.txt update -echo "cli_manual.txt has been updated" +exit 1 +#patch ./scripts/cli_manual.txt update +#echo "cli_manual.txt has been updated" fi # update cli_manual.sh