From b4e42007bff2cb13a75cb12c867ae28d97efa936 Mon Sep 17 00:00:00 2001 From: Mohammad Abdolirad Date: Tue, 18 Feb 2020 01:06:24 +0330 Subject: [PATCH] community/consul-template: Fixes init script mode --- community/consul-template/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/consul-template/APKBUILD b/community/consul-template/APKBUILD index ef07a4c589c..1d998c74cc3 100644 --- a/community/consul-template/APKBUILD +++ b/community/consul-template/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista pkgname=consul-template pkgver=0.24.1 -pkgrel=0 +pkgrel=1 pkgdesc="Generic template rendering and notifications with Consul" url="https://www.consul.io/" arch="all" @@ -26,7 +26,7 @@ package() { # Main binary install -m750 -D bin/$pkgname "$pkgdir"/usr/sbin/$pkgname install -Dm644 "$srcdir"/consul-template.hcl "$pkgdir"/etc/"$pkgname"/"$pkgname".hcl - install -Dm644 "$srcdir"/consul-template.initd "$pkgdir"/etc/init.d/"$pkgname" + install -Dm755 "$srcdir"/consul-template.initd "$pkgdir"/etc/init.d/"$pkgname" } cleanup_srcdir() {