mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-01-19 05:33:39 +01:00
change ui
This commit is contained in:
parent
62ecd8aa9e
commit
4d3d30cc24
@ -34,7 +34,7 @@ fi
|
||||
|
||||
# show select dialog
|
||||
echo "run dialog ..."
|
||||
CHOICES=$(dialog --title ' Additional Services ' --checklist ' spacebar => activate/de-activate :' 15 45 7 \
|
||||
CHOICES=$(dialog --title ' Additional Services ' --checklist ' use spacebar to activate/de-activate ' 15 45 7 \
|
||||
1 'Channel Autopilot' ${autoPilot} \
|
||||
2 'Testnet' ${chainValue} \
|
||||
3 ${dynDomainMenu} ${domainValue} \
|
||||
@ -205,7 +205,7 @@ else
|
||||
fi
|
||||
|
||||
if [ ${anychange} -eq 0 ]; then
|
||||
dialog --pause "Use Spacebar to check/uncheck services." 8 58 5
|
||||
dialog --pause "Hint: Use Spacebar to check/uncheck services." 8 58 5
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user