diff --git a/Makefile b/Makefile index 18aac5a..318ce0c 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,6 @@ clean: rm -r -f dist/ deploy: - sudo systemctl stop wappcityuni - sudo cp "${BIN}" /usr/bin/local - sudo systemctl start wappcityuni + systemctl stop wappcityuni + cp "${BIN}" /usr/bin/local + systemctl start wappcityuni