mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 13:50:14 +00: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:
parent
6ded42edd7
commit
4e783ced31
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user