mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Small edit
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -7,7 +7,7 @@ After=bettercap.service
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
PermissionsStartOnly=true
|
PermissionsStartOnly=true
|
||||||
ExecStart=/usr/local/bin/pwngrid -keys /etc/pwnagotchi -address 127.0.0.1:8666 -client-token /root/.api-enrollment.json -wait -log /var/log/pwngrid-peer.log -iface mon0
|
ExecStart=/usr/local/bin/pwngrid -keys /etc/pwnagotchi -address 127.0.0.1:8666 -client-token /root/.api-enrollment.json -wait -log /var/log/pwngrid-peer.log -iface wlan0
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=30
|
RestartSec=30
|
||||||
|
|
||||||
|
1
setup.py
1
setup.py
@ -44,6 +44,7 @@ def installer():
|
|||||||
# for people updating https://github.com/evilsocket/pwnagotchi/pull/551/files
|
# for people updating https://github.com/evilsocket/pwnagotchi/pull/551/files
|
||||||
os.system("systemctl enable fstrim.timer")
|
os.system("systemctl enable fstrim.timer")
|
||||||
|
|
||||||
|
|
||||||
def version(version_file):
|
def version(version_file):
|
||||||
with open(version_file, 'rt') as vf:
|
with open(version_file, 'rt') as vf:
|
||||||
version_file_content = vf.read()
|
version_file_content = vf.read()
|
||||||
|
Reference in New Issue
Block a user