]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(livenet): fetch-liveupdate.sh does not require bash
authorHarald Hoyer <harald@redhat.com>
Wed, 31 Mar 2021 07:09:52 +0000 (09:09 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Wed, 31 Mar 2021 09:32:29 +0000 (11:32 +0200)
modules.d/90livenet/fetch-liveupdate.sh

index 32d8cfed049b9df080a1cff2f0a1a318fac46cd5..3ff2a9c2fd7bd7a105eaf120b3a1e78fce6bb149 100755 (executable)
@@ -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.