28ab1c
From 1fd68d6bf5a8752eec83ac19e29df6832ba3c48f Mon Sep 17 00:00:00 2001
28ab1c
From: Harald Hoyer <harald@redhat.com>
28ab1c
Date: Thu, 11 Feb 2021 09:10:42 +0100
28ab1c
Subject: [PATCH] fix: shellcheck for modules.d/99squash/setup-squash.sh
28ab1c
28ab1c
(cherry picked from commit 836e2ffac6695201e334c8ef13488e2492b58db0)
28ab1c
28ab1c
Resolves: #1959336
28ab1c
---
28ab1c
 modules.d/99squash/setup-squash.sh | 2 +-
28ab1c
 1 file changed, 1 insertion(+), 1 deletion(-)
28ab1c
28ab1c
diff --git a/modules.d/99squash/setup-squash.sh b/modules.d/99squash/setup-squash.sh
28ab1c
index d0000b6f..253e6101 100755
28ab1c
--- a/modules.d/99squash/setup-squash.sh
28ab1c
+++ b/modules.d/99squash/setup-squash.sh
28ab1c
@@ -1,4 +1,4 @@
28ab1c
-#!/bin/sh
28ab1c
+#!/bin/bash
28ab1c
 PATH=/bin:/sbin
28ab1c
 
28ab1c
 SQUASH_IMG=/squash/root.img
28ab1c