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:
|
else:
|
||||||
RNS.log("EEPROM is invalid, no further information available")
|
RNS.log("EEPROM is invalid, no further information available")
|
||||||
egraceful_xit()
|
graceful_exit()
|
||||||
|
|
||||||
if args.rom:
|
if args.rom:
|
||||||
if rnode.provisioned and not args.autoinstall:
|
if rnode.provisioned and not args.autoinstall:
|
||||||
|
|
Loading…
Reference in New Issue