From 5b6ac5ef8707202f442247f58dcdcac60928025d Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Sat, 16 Jul 2022 16:10:30 +0100 Subject: [PATCH] Update Makefile Try 2. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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