From 4918b9a921add3a65f04112da508ba92ea20460c Mon Sep 17 00:00:00 2001 From: jayofelony Date: Fri, 22 Nov 2024 11:52:09 +0100 Subject: [PATCH] Update build Signed-off-by: jayofelony --- builder/data/usr/bin/pwnagotchi-launcher | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/data/usr/bin/pwnagotchi-launcher b/builder/data/usr/bin/pwnagotchi-launcher index de3d692b..be0ceb03 100755 --- a/builder/data/usr/bin/pwnagotchi-launcher +++ b/builder/data/usr/bin/pwnagotchi-launcher @@ -10,8 +10,8 @@ if is_crypted_mode; then fi if is_auto_mode; then - /usr/local/src/pwnagotchi/env/bin/pwnagotchi + /opt/.pwn/bin/pwnagotchi systemctl restart bettercap else - /usr/local/src/pwnagotchi/env/bin/pwnagotchi --manual + /opt/.pwn/bin/pwnagotchi --manual fi