From 5b965f6308d52cdfef17b651229bd32cbda54b28 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 31 Mar 2021 09:09:52 +0200 Subject: [PATCH] fix(livenet): fetch-liveupdate.sh does not require bash --- modules.d/90livenet/fetch-liveupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/90livenet/fetch-liveupdate.sh b/modules.d/90livenet/fetch-liveupdate.sh index 32d8cfed0..3ff2a9c2f 100755 --- a/modules.d/90livenet/fetch-liveupdate.sh +++ b/modules.d/90livenet/fetch-liveupdate.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # fetch-liveupdate - fetch an update image for dmsquash-live media. # this gets called by the "initqueue/online" hook for each network interface # that comes online. -- 2.47.3