From: Harald Hoyer Date: Wed, 31 Mar 2021 07:09:52 +0000 (+0200) Subject: fix(livenet): fetch-liveupdate.sh does not require bash X-Git-Tag: 054~135 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b965f6308d52cdfef17b651229bd32cbda54b28;p=thirdparty%2Fdracut.git fix(livenet): fetch-liveupdate.sh does not require bash --- 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.