mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-03 02:50:00 -07:00
fixed small typo egraceful_xit()
typo in Reticulum/RNS/Utilities/rnodeconf.py (egraceful_xit()) that cause a crash if we run rnodeconf -i on an upprovisionned node
This commit is contained in:
@@ -3204,7 +3204,7 @@ def main():
|
||||
|
||||
else:
|
||||
RNS.log("EEPROM is invalid, no further information available")
|
||||
egraceful_xit()
|
||||
graceful_exit()
|
||||
|
||||
if args.rom:
|
||||
if rnode.provisioned and not args.autoinstall:
|
||||
|
||||
Reference in New Issue
Block a user