mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-23 22:47:03 +01:00
Merge branch 'dev' into v1.8
This commit is contained in:
commit
bb7d0ce8cd
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue