From a22aea9bd58664b24cc973ff24fd9d4d2ac2ba43 Mon Sep 17 00:00:00 2001 From: David Bryan Date: Fri, 18 Oct 2019 21:46:28 -0500 Subject: [PATCH] updateing --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5d2bfda..af09f36 100755 --- a/install.sh +++ b/install.sh @@ -2,4 +2,4 @@ # this will install the flask service to autostart the web interface. -sudo cp proxmark3-web.py /etc/systemd/system/ && sudo systemctl daemon-reload && sudo systemctl enable proxmark3-web && sudo systemctl start proxmark3-web +sudo cp proxmark3-web.service /etc/systemd/system/ && sudo systemctl daemon-reload && sudo systemctl enable proxmark3-web && sudo systemctl start proxmark3-web