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