diff --git a/install.sh b/install.sh index 3722235..ef849bf 100755 --- a/install.sh +++ b/install.sh @@ -8,6 +8,3 @@ 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