mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
just show lndmanage info if installed
This commit is contained in:
parent
606a32aaf0
commit
6f858b5d57
1 changed files with 2 additions and 1 deletions
|
@ -487,7 +487,8 @@ if [ "${lndmanage}" != "${choice}" ]; then
|
|||
echo "lndmanage Setting changed .."
|
||||
anychange=1
|
||||
sudo -u admin /home/admin/config.scripts/bonus.lndmanage.sh ${choice}
|
||||
if [ "${choice}" = "on" ]; then
|
||||
source /mnt/hdd/raspiblitz.conf
|
||||
if [ "${lndmanage}" = "on" ]; then
|
||||
sudo -u admin /home/admin/config.scripts/bonus.lndmanage.sh menu
|
||||
fi
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue