From f7a599ab8f75be855471872d0b564895c3c829f6 Mon Sep 17 00:00:00 2001 From: jayofelony Date: Mon, 4 Mar 2024 15:42:36 +0100 Subject: [PATCH] Add a interactive configuration installer --- bin/pwnagotchi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pwnagotchi b/bin/pwnagotchi index e9d46b32..f858f038 100755 --- a/bin/pwnagotchi +++ b/bin/pwnagotchi @@ -183,7 +183,7 @@ if __name__ == '__main__': f.write(pwn_name) else: print("I shall go by %s from now on!", pwn_name) - pwn_name = "main.name = " + pwn_name + "\"\n" + pwn_name = "main.name = \"" + pwn_name + "\"\n" f.write(pwn_name) pwn_whitelist = input("How many networks do you want to whitelist? " "We will also ask a MAC for each network?\n"