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