~mmach/netext73/busybox

« back to all changes in this revision

Viewing changes to examples/var_service/dhcp_if/finish

  • Committer: mmach
  • Date: 2023-07-06 04:40:25 UTC
  • Revision ID: netbit73@gmail.com-20230706044025-2ia9985i8wzdn2a7
1.36.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
 
# executed when service is taken down ("sv d .")
 
2
# executed when service is taken down ("svc -d .")
3
3
 
4
4
service=${PWD##*/}
5
5
file_ipconf="$service.ipconf"