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:
Nathann Morand 2024-07-20 13:54:43 +02:00 committed by GitHub
parent 6ded42edd7
commit 4e783ced31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: