Fix: remove unnecessary file copying

This commit is contained in:
akulij 2024-08-13 05:53:13 +03:00
parent 7e182c230b
commit e5bb1d87ad

View File

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