mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 23:54:22 +01:00
diff -R to diff -r
diff does not have -R, it has -r
This commit is contained in:
committed by
Rusty Russell
parent
60edf14fc7
commit
a5d65c00c6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user