mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 11:37:19 +02:00
fix typo
This commit is contained in:
@@ -40,9 +40,9 @@ if [ ${lcdrotate} -gt 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "map touchscreen to on/off"
|
echo "map touchscreen to on/off"
|
||||||
tochscreenMenu='off'
|
touchscreenMenu='off'
|
||||||
if [ ${touchscreen} -gt 0 ]; then
|
if [ ${touchscreen} -gt 0 ]; then
|
||||||
tochscreenMenu='on'
|
touchscreenMenu='on'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "check autopilot by lnd.conf"
|
echo "check autopilot by lnd.conf"
|
||||||
@@ -66,7 +66,7 @@ l 'Lightning Loop' ${loop} \
|
|||||||
5 'RTL Webinterface' ${rtlWebinterface} \
|
5 'RTL Webinterface' ${rtlWebinterface} \
|
||||||
b 'BTC-RPC-Explorer' ${BTCRPCexplorer} \
|
b 'BTC-RPC-Explorer' ${BTCRPCexplorer} \
|
||||||
6 'LND Auto-Unlock' ${autoUnlock} \
|
6 'LND Auto-Unlock' ${autoUnlock} \
|
||||||
9 'Touchscreen' ${tochscreenMenu} \
|
9 'Touchscreen' ${touchscreenMenu} \
|
||||||
r 'LCD Rotate' ${lcdrotateMenu} \
|
r 'LCD Rotate' ${lcdrotateMenu} \
|
||||||
e 'Electrum Rust Server' ${ElectRS} \
|
e 'Electrum Rust Server' ${ElectRS} \
|
||||||
p 'BTCPayServer' ${BTCPayServer} \
|
p 'BTCPayServer' ${BTCPayServer} \
|
||||||
@@ -84,7 +84,7 @@ b 'BTC-RPC-Explorer' ${BTCRPCexplorer} \
|
|||||||
6 'LND Auto-Unlock' ${autoUnlock} \
|
6 'LND Auto-Unlock' ${autoUnlock} \
|
||||||
7 'BTC UPnP (AutoNAT)' ${networkUPnP} \
|
7 'BTC UPnP (AutoNAT)' ${networkUPnP} \
|
||||||
8 'LND UPnP (AutoNAT)' ${autoNatDiscovery} \
|
8 'LND UPnP (AutoNAT)' ${autoNatDiscovery} \
|
||||||
9 'Touchscreen' ${tochscreenMenu} \
|
9 'Touchscreen' ${touchscreenMenu} \
|
||||||
r 'LCD Rotate' ${lcdrotateMenu} \
|
r 'LCD Rotate' ${lcdrotateMenu} \
|
||||||
e 'Electrum Rust Server' ${ElectRS} \
|
e 'Electrum Rust Server' ${ElectRS} \
|
||||||
p 'BTCPayServer' ${BTCPayServer} \
|
p 'BTCPayServer' ${BTCPayServer} \
|
||||||
|
Reference in New Issue
Block a user