summaryrefslogtreecommitdiffstats
path: root/network/webhook
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2023-06-20 00:12:26 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-23 07:48:04 +0700
commit97edbec85a304b60c2f8cb4628738f415e9034a1 (patch)
tree3ce0416add12d69481b5cfe81a117d7398a71ea0 /network/webhook
parent0357aff5fda63ed98eebb52cf1af77d79b5f0613 (diff)
downloadslackbuilds-97edbec85a304b60c2f8cb4628738f415e9034a1.tar.gz
slackbuilds-97edbec85a304b60c2f8cb4628738f415e9034a1.tar.xz
network/webhook: Fix doinst.sh.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/webhook')
-rw-r--r--network/webhook/doinst.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/network/webhook/doinst.sh b/network/webhook/doinst.sh
index ae9c074d0d..e950dd1594 100644
--- a/network/webhook/doinst.sh
+++ b/network/webhook/doinst.sh
@@ -19,7 +19,7 @@ preserve_perms() {
config $NEW
}
-preserve_perms /etc/rc.d/rc.webhook.new
-config /etc/webhook/hooks.json.new
-config /etc/default/webhook.new
-config /etc/logrotate.d/webhook.new
+preserve_perms etc/rc.d/rc.webhook.new
+config etc/webhook/hooks.json.new
+config etc/default/webhook.new
+config etc/logrotate.d/webhook.new