From cedb3d35ff1b7e3c486fae6d09e5b76a65fdb63e Mon Sep 17 00:00:00 2001 From: jayofelony Date: Sun, 17 Nov 2024 20:07:55 +0100 Subject: [PATCH] Update build Signed-off-by: jayofelony --- builder/data/64bit/usr/bin/pwnagotchi-launcher | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/data/64bit/usr/bin/pwnagotchi-launcher b/builder/data/64bit/usr/bin/pwnagotchi-launcher index d9d8b885..de3d692b 100755 --- a/builder/data/64bit/usr/bin/pwnagotchi-launcher +++ b/builder/data/64bit/usr/bin/pwnagotchi-launcher @@ -10,8 +10,8 @@ if is_crypted_mode; then fi if is_auto_mode; then - /usr/local/bin/pwnagotchi + /usr/local/src/pwnagotchi/env/bin/pwnagotchi systemctl restart bettercap else - /usr/local/bin/pwnagotchi --manual + /usr/local/src/pwnagotchi/env/bin/pwnagotchi --manual fi