mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
Do not move the socket file on migration
This commit is contained in:
parent
484370a6bc
commit
06c5663f75
1 changed files with 1 additions and 0 deletions
|
@ -915,6 +915,7 @@ static void promote_missing_files(struct lightningd *ld)
|
|||
if (streq(d->d_name, ".")
|
||||
|| streq(d->d_name, "..")
|
||||
|| streq(d->d_name, "config")
|
||||
|| streq(d->d_name, "lightning-rpc")
|
||||
|| strends(d->d_name, ".pid"))
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue