Correct cli.txt directory

This commit is contained in:
chonghe
2023-08-27 20:25:11 +08:00
committed by Tan Chee Keong
parent 650ff79256
commit 6f35ca4349

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