mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Correct cli.txt directory
This commit is contained in:
@@ -54,7 +54,7 @@ printf "%s\n\n" "$general" "$a" "$a_validator" "$a_validator_m" "$a_validator_s"
|
|||||||
|
|
||||||
if [[ -f ./scripts/cli_manual.txt ]];
|
if [[ -f ./scripts/cli_manual.txt ]];
|
||||||
then
|
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
|
else
|
||||||
echo "cli_manual.txt is not found"
|
echo "cli_manual.txt is not found"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user