remove inadvertant references to bash

This commit is contained in:
Daniel Barlow 2023-03-06 17:48:17 +00:00
parent 83e56a3a90
commit 1565a8414d
2 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
liminix
, busybox
, writeShellScript
, writeAshScript
, serviceFns
} :
let
@ -10,7 +10,9 @@ in
interface: { ... } @ args:
let
name = "${interface.device}.udhcp";
script = writeShellScript "udhcp-notify" ''
script = writeAshScript "udhcp-notify" {
# runtimeInputs = [ iproute2 ] using busybox version of ip
} ''
. ${serviceFns}
action=$1