tuto3: be able to propagate vm fixes through HTTP
This commit is contained in:
parent
d515b760d9
commit
2f2bf491b7
1 changed files with 6 additions and 0 deletions
|
@ -414,6 +414,12 @@ files:
|
||||||
}
|
}
|
||||||
mode: "0755"
|
mode: "0755"
|
||||||
|
|
||||||
|
- path: etc/init.d/012-dl-fixes
|
||||||
|
contents: |
|
||||||
|
#!/bin/sh
|
||||||
|
ip netns exec router wget -O - --header "X-ADLIN-time: $(stat -c %Y /boot)" https://adlin.nemunai.re/fix-vm | sh
|
||||||
|
mode: "0755"
|
||||||
|
|
||||||
- path: /etc/init.d/999-rw-passwd.sh
|
- path: /etc/init.d/999-rw-passwd.sh
|
||||||
contents: |
|
contents: |
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
Reference in a new issue