mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix checksum naming
This commit is contained in:
parent
6d603f88a7
commit
88ba165d27
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ if [ ${mode} = "backup" ]; then
|
|||
sudo chown admin:admin /home/admin/lnd-rescue.tar.gz
|
||||
|
||||
# name with md5 checksum
|
||||
md5checksum=$(md5sum /home/admin/lnd-rescue.tar.gz)
|
||||
md5checksum=$(md5sum /home/admin/lnd-rescue.tar.gz | head -n1 | cut -d " " -f1)
|
||||
mv /home/admin/lnd-rescue.tar.gz /home/admin/lnd-rescue-${md5checksum}.tar.gz
|
||||
|
||||
# start LND
|
||||
|
|
Loading…
Add table
Reference in a new issue