dont use sudo

This commit is contained in:
SimonFJ20 2025-03-07 12:25:51 +01:00
parent 44290b751e
commit c7b72a0c9f
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ SERVICE=h4_backend.service
set -xe
sudo cp deploy/$SERVICE /etc/systemd/system/$SERVICE
cp deploy/$SERVICE /etc/systemd/system/$SERVICE
systemctl daemon-reload
systemctl enable $SERVICE

View File

@ -9,7 +9,7 @@ systemctl stop $SERVICE
systemctl disable $SERVICE
set -e
sudo rm -rf /etc/systemd/system/$SERVICE
rm -rf /etc/systemd/system/$SERVICE