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