mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
diff -R to diff -r
diff does not have -R, it has -r
This commit is contained in:
parent
60edf14fc7
commit
a5d65c00c6
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ stop your Lightning node and back up all files before doing the below.
|
|||
* Copy the contents of the `$LIGHTNINGDIR` to the BTRFS mount point.
|
||||
* Copy the entire directory, then `chown -R` the copy to the user who will
|
||||
run the `lightningd`.
|
||||
* If you are paranoid, run `diff -R` on both copies to check.
|
||||
* If you are paranoid, run `diff -r` on both copies to check.
|
||||
* Remove the existing `$LIGHTNINGDIR`.
|
||||
* `ln -s ${BTRFSMOUNTPOINT}/lightningdirname ${LIGHTNINGDIR}`.
|
||||
* Make sure the `$LIGHTNINGDIR` has the same structure as what you
|
||||
|
|
Loading…
Add table
Reference in a new issue