Browse Source

fix(livenet): fetch-liveupdate.sh does not require bash

master
Harald Hoyer 3 years ago committed by Harald Hoyer
parent
commit
5b965f6308
  1. 2
      modules.d/90livenet/fetch-liveupdate.sh

2
modules.d/90livenet/fetch-liveupdate.sh

@ -1,4 +1,4 @@ @@ -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.

Loading…
Cancel
Save