From c8b2368d549a06d30ea05c2cab55488883611009 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Sat, 16 Jul 2022 16:15:06 +0100 Subject: [PATCH] Now fixed. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 318ce0c..ae238a4 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,6 @@ clean: rm -r -f dist/ deploy: - systemctl stop wappcityuni - cp "${BIN}" /usr/bin/local - systemctl start wappcityuni + sudo systemctl stop wappcityuni + sudo cp "${BIN}" /usr/local/bin + sudo systemctl start wappcityuni