tuto3: add welcome helper script
This commit is contained in:
parent
72e0151f50
commit
4f8b7bc42d
1 changed files with 6 additions and 0 deletions
|
@ -461,6 +461,12 @@ files:
|
||||||
# done &
|
# done &
|
||||||
# mode: "0555"
|
# mode: "0555"
|
||||||
|
|
||||||
|
- path: /usr/bin/welcome
|
||||||
|
contents: |
|
||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/500-showip.sh
|
||||||
|
mode: "0755"
|
||||||
|
|
||||||
- path: /usr/sbin/sos-dhcp
|
- path: /usr/sbin/sos-dhcp
|
||||||
contents: |
|
contents: |
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
Reference in a new issue