tuto3: add colors
This commit is contained in:
parent
8def78fba1
commit
bdc5613f29
1 changed files with 2 additions and 2 deletions
|
@ -322,8 +322,8 @@ files:
|
||||||
- path: /etc/init.d/500-showip.sh
|
- path: /etc/init.d/500-showip.sh
|
||||||
contents: |
|
contents: |
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
nsenter -n/run/netns/router ip a show dev eth0
|
nsenter -n/run/netns/router ip -c a show dev eth0
|
||||||
nsenter -n/run/netns/wks1 ip a show dev eth1
|
nsenter -n/run/netns/wks1 ip -c a show dev eth1
|
||||||
exit 0
|
exit 0
|
||||||
mode: "0555"
|
mode: "0555"
|
||||||
|
|
||||||
|
|
Reference in a new issue