make service menu smaller

This commit is contained in:
rootzoll
2020-02-19 23:35:35 +01:00
parent aff7dbbf9f
commit 405cc28406

View File

@@ -58,7 +58,7 @@ fi
echo "run dialog ..." echo "run dialog ..."
if [ "${runBehindTor}" = "on" ]; then if [ "${runBehindTor}" = "on" ]; then
CHOICES=$(dialog --title ' Additional Services ' --checklist ' use spacebar to activate/de-activate ' 21 45 13 \ CHOICES=$(dialog --title ' Additional Services ' --checklist ' use spacebar to activate/de-activate ' 20 45 12 \
1 'Channel Autopilot' ${autoPilot} \ 1 'Channel Autopilot' ${autoPilot} \
l 'Lightning Loop' ${loop} \ l 'Lightning Loop' ${loop} \
2 'Testnet' ${chainValue} \ 2 'Testnet' ${chainValue} \
@@ -75,7 +75,7 @@ m 'lndmanage' ${lndmanage} \
i 'LNBits' ${LNBits} \ i 'LNBits' ${LNBits} \
2>&1 >/dev/tty) 2>&1 >/dev/tty)
else else
CHOICES=$(dialog --title ' Additional Services ' --checklist ' use spacebar to activate/de-activate ' 21 45 13 \ CHOICES=$(dialog --title ' Additional Services ' --checklist ' use spacebar to activate/de-activate ' 20 45 12 \
1 'Channel Autopilot' ${autoPilot} \ 1 'Channel Autopilot' ${autoPilot} \
l 'Lightning Loop' ${loop} \ l 'Lightning Loop' ${loop} \
2 'Testnet' ${chainValue} \ 2 'Testnet' ${chainValue} \