From 4809231b4a17078baa7edc180ddc261f7beb9923 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 10 Feb 2023 16:45:35 +0000 Subject: [PATCH] Bug 32922: (follow-up) Fix two additional occurences Signed-off-by: Martin Renvoize --- debian/koha-common.init | 2 +- debian/koha-core.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/koha-common.init b/debian/koha-common.init index 12a85a64a7..bc00c76a9b 100755 --- a/debian/koha-common.init +++ b/debian/koha-common.init @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh ### BEGIN INIT INFO # Provides: koha-common # Required-Start: $remote_fs memcached diff --git a/debian/koha-core.init b/debian/koha-core.init index a7efbd8812..f86021d9cb 100755 --- a/debian/koha-core.init +++ b/debian/koha-core.init @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh ### BEGIN INIT INFO # Provides: koha-core # Required-Start: $remote_fs memcached -- 2.39.1