mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-12 05:39:22 +02:00
Merge branch 'v1.8' of https://github.com/rootzoll/raspiblitz into v1.8
This commit is contained in:
commit
1a2032b34a
@ -148,7 +148,7 @@ if [ ${mode} = "cl-export" ]; then
|
||||
sudo chown ${fileowner}:${fileowner} ${downloadPath}/cl-rescue.tar.gz 1>&2
|
||||
|
||||
# delete old backups
|
||||
rm ${downloadPath}/cl-rescue-*.tar.gz 2>/dev/null 1>/dev/null
|
||||
# rm ${downloadPath}/cl-rescue-*.tar.gz 2>/dev/null 1>/dev/null
|
||||
|
||||
# name with md5 checksum
|
||||
md5checksum=$(md5sum ${downloadPath}/cl-rescue.tar.gz | head -n1 | cut -d " " -f1)
|
||||
|
@ -156,7 +156,7 @@ if [ ${mode} = "lnd-export" ]; then
|
||||
sudo chown ${fileowner}:${fileowner} ${downloadPath}/lnd-rescue.tar.gz 1>&2
|
||||
|
||||
# delete old backups
|
||||
rm ${downloadPath}/lnd-rescue-*.tar.gz 2>/dev/null 1>/dev/null
|
||||
# rm ${downloadPath}/lnd-rescue-*.tar.gz 2>/dev/null 1>/dev/null
|
||||
|
||||
# name with md5 checksum
|
||||
md5checksum=$(md5sum ${downloadPath}/lnd-rescue.tar.gz | head -n1 | cut -d " " -f1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user