We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c411fd commit d148f45Copy full SHA for d148f45
recipes/net/ifupdown.yaml
@@ -39,8 +39,9 @@ buildScript: |
39
printf "auto lo\niface lo inet loopback\n" > install/etc/network/interfaces
40
41
# add init script
42
- if isAnySysvinit; then
43
- install -D -m 0755 $<@ifupdown/S40network.sh@> install/etc/init.d/S40network.sh
+ if initIsAnySysvinit; then
+ install -D -m 0755 $<@ifupdown/S40network.sh@> \
44
+ install/etc/init.d/S40network.sh
45
fi
46
47
packageScript: |
0 commit comments