mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-23 22:47:03 +01:00
add text info
This commit is contained in:
parent
6e0254bba0
commit
2bb53ceb96
1 changed files with 8 additions and 8 deletions
|
@ -31,7 +31,7 @@ if [ "${lightning}" == "cl" ] || [ "${cl}" == "on" ]; then
|
|||
clNode="on"
|
||||
fi
|
||||
|
||||
echo "map nextcloudbackup to on/off"
|
||||
echo "# map nextcloudbackup to on/off"
|
||||
NextcloudBackup="off"
|
||||
if [ $nextcloudBackupServer ] && [ $nextcloudBackupUser ] && [ $nextcloudBackupPassword ]; then NextcloudBackup="on"; fi
|
||||
|
||||
|
@ -77,13 +77,6 @@ else
|
|||
autoPilot="off"
|
||||
fi
|
||||
|
||||
echo "# map keysend to on/off"
|
||||
keysend="on"
|
||||
source <(sudo /home/admin/config.scripts/lnd.keysend.sh status)
|
||||
if [ ${keysendOn} -eq 0 ]; then
|
||||
keysend="off"
|
||||
fi
|
||||
|
||||
echo "# map clboss to on/off"
|
||||
clbossMenu='off'
|
||||
if [ "${clboss}" == "on" ]; then
|
||||
|
@ -102,6 +95,13 @@ if [ "${clAutoUnlock}" == "on" ]; then
|
|||
clAutoUnlockMenu='on'
|
||||
fi
|
||||
|
||||
echo "# map keysend to on/off (may take time)"
|
||||
keysend="on"
|
||||
source <(sudo /home/admin/config.scripts/lnd.keysend.sh status)
|
||||
if [ ${keysendOn} -eq 0 ]; then
|
||||
keysend="off"
|
||||
fi
|
||||
|
||||
# show select dialog
|
||||
echo "run dialog ..."
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue