From patchwork Mon May 20 09:06:11 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonatan Schlag X-Patchwork-Id: 7806 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4VjWsv6N5Pz3x0S for ; Mon, 20 May 2024 09:07:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4VjWsp1jMQz5j3; Mon, 20 May 2024 09:07:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4VjWsp13qLz2y2N; Mon, 20 May 2024 09:07:10 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4VjWsl4NXfz2y2N for ; Mon, 20 May 2024 09:07:07 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4VjWsQ5Ls5z5dv; Mon, 20 May 2024 09:06:50 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1716196010; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZGU/6y2nUMStvmCNVH7JLdDrVlh0bzQQQV1Mv2Zf1dE=; b=W46NAGY2WumvKgy+QlsPsdAHTGe16ULZVu281FPzjxJQCbNGdhi44EwNDUTAkTX9r6IQuF gn4FUjYuG7Y84zBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1716196010; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZGU/6y2nUMStvmCNVH7JLdDrVlh0bzQQQV1Mv2Zf1dE=; b=U/oFkZBt8rI4mDVz2g5LMO2NZxaS3+zbw0FgDVoW+JPb8k7Jw1mLnOaOme+bqkhDfu+LKj xRuZlQg8ykiiuVJp2ekEDmLQ1qLoQWXxt6NehCjKQ/AzBIgDgtuFnsbZzoGgFposV+Mwrh 3sRnZL78WnrC2kcW2Ngyj13+iIMXT6Tas9LH/UX/tsY43nQ2ZuJALeT1vywtQb7/EeHQoJ OXc7yjppn+0Swjxibeq6YrUP52FvKZ03BsqQ8y2lZiHLxcRLM7t5OuN8caS2smGZaPQhgu RVjXJypqFLSoIEMFbWhKO/kjNHRJvagcfiFYGpHwkuF0O5V5Y+KtFcFg5oBkTw== From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH 21/21] initscripts fkt: Fix shebang Date: Mon, 20 May 2024 11:06:11 +0200 Message-Id: <20240520090611.10406-22-jonatan.schlag@ipfire.org> In-Reply-To: <20240520090611.10406-1-jonatan.schlag@ipfire.org> References: <20240520090611.10406-1-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: PUY3P2QJN64MKV7T6LNEOAYQKKYLS7F4 X-Message-ID-Hash: PUY3P2QJN64MKV7T6LNEOAYQKKYLS7F4 X-MailFrom: jonatan.schlag@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: We use features only available in bash. So we should state correctly that the script should be executed in bash. As sh is a symlink to bash this makes not differences on a ipfire system. But my linter is less chatty with this change. Signed-off-by: Jonatan Schlag --- src/initscripts/system/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initscripts/system/functions b/src/initscripts/system/functions index 6d72e4119..0775d74a1 100644 --- a/src/initscripts/system/functions +++ b/src/initscripts/system/functions @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ############################################################################### # # # IPFire.org - A linux based firewall #