tuto3: add colors

This commit is contained in:
nemunaire 2019-04-19 19:10:55 +02:00 committed by Pierre-Olivier Mercier
parent 8def78fba1
commit bdc5613f29
1 changed files with 2 additions and 2 deletions

View File

@ -322,8 +322,8 @@ files:
- path: /etc/init.d/500-showip.sh
contents: |
#!/bin/sh
nsenter -n/run/netns/router ip a show dev eth0
nsenter -n/run/netns/wks1 ip a show dev eth1
nsenter -n/run/netns/router ip -c a show dev eth0
nsenter -n/run/netns/wks1 ip -c a show dev eth1
exit 0
mode: "0555"