~ivoks/charms/trusty/neutron-contrail/contrail-nova-driver

« back to all changes in this revision

Viewing changes to scripts/remove-juju-bridge.sh

  • Committer: Robert Ayres
  • Date: 2015-10-23 16:46:42 UTC
  • Revision ID: robert.ayres@canonical.com-20151023164642-5cwt8r5s4awfi4pq
*Update README
*Add comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh -e
 
2
#
 
3
# Script used to remove Juju LXC bridge on MAAS systems
2
4
 
3
5
if [ ! -e /sys/class/net/juju-br0 ]; then
4
6
        exit 0