From d32dd721e1eb9873104c1e950ea08276b3f4b890 Mon Sep 17 00:00:00 2001 From: kamkow1 Date: Fri, 20 Jun 2025 05:00:18 +0200 Subject: [PATCH] Remove redundant sudo --- scripts/update-release | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/update-release b/scripts/update-release index ca87311..552e252 100755 --- a/scripts/update-release +++ b/scripts/update-release @@ -5,6 +5,6 @@ systemctl stop aboba.service cc -DMY_DEBUG=0 -o build build.c ./build make cp ./aboba /usr/local/bin/aboba -sudo systemctl start aboba.service -sudo systemctl status aboba.service +systemctl start aboba.service +systemctl status aboba.service