Fix: forgotten service enabling

This commit is contained in:
akulij 2024-08-13 05:52:12 +03:00
parent 18dcbbb418
commit 7e182c230b

View File

@ -7,6 +7,7 @@ cp webhook-linux-amd64/webhook .
sed "s/RUNPATH/$scriptDir/g" webhook.service.template > webhook.service
cp webhook.service /etc/systemd/system/
systemctl daemon-reload
systemctl enable webhook
cp webhook /usr/bin
cp * /webhook