mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 04:00:34 +02:00
add cln export gui
This commit is contained in:
@@ -64,13 +64,13 @@ if [ ${mode} = "cln-export" ]; then
|
||||
|
||||
# output result data
|
||||
echo "# cln service is stopped for security"
|
||||
echo "filename='${downloadPath}/lnd-rescue-${md5checksum}.tar.gz'"
|
||||
echo "filename='${downloadPath}/cln-rescue-${md5checksum}.tar.gz'"
|
||||
echo "fileowner='${fileowner}'"
|
||||
echo "size=${byteSize}"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ ${mode} = "lnd-export-gui" ]; then
|
||||
if [ ${mode} = "cln-export-gui" ]; then
|
||||
|
||||
# create lnd rescue file
|
||||
source <(/home/admin/config.scripts/cln.backup.sh cln-export)
|
||||
|
Reference in New Issue
Block a user