Skip to content
Snippets Groups Projects
Commit 429b9f8b authored by garciadeblas's avatar garciadeblas
Browse files

install_osm: proper exit when uninstalling


Change-Id: I7b4db225ca0bdc9e0207b0dc391aaaadc8764495
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 54e7eed2
No related branches found
Tags v1.0.0
No related merge requests found
......@@ -58,6 +58,7 @@ function uninstall(){
lxc image show osm-ro &>/dev/null && lxc image delete osm-ro
lxc image show osm-vca &>/dev/null && lxc image delete osm-vca
lxc image show osm-soui &>/dev/null && lxc image delete osm-soui
return 0
}
#Configure NAT rules, based on the current IP addresses of containers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment