Correct cli.txt directory

This commit is contained in:
chonghe
2023-08-27 20:25:11 +08:00
parent 17786611a0
commit 1e31d33f7d

View File

@@ -54,7 +54,7 @@ printf "%s\n\n" "$general" "$a" "$a_validator" "$a_validator_m" "$a_validator_s"
if [[ -f ./scripts/cli_manual.txt ]];
then
changes=$(diff -u ./scripts/cli_manual.txt ./scripts/cli.txt | tee update )
changes=$(diff -u ./scripts/cli_manual.txt cli.txt | tee update )
else
echo "cli_manual.txt is not found"
exit 1