Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Allow destroy to work regardless of links
Browse files Browse the repository at this point in the history
- During a deploy, links may not be present

Signed-off-by: Matthew Sykes <matthew.sykes@gmail.com>
  • Loading branch information
Michael Fraenkel authored and sykesm committed Nov 13, 2015
1 parent d964e87 commit 634ebb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warden/root/linux/skeleton/destroy.sh
Expand Up @@ -11,7 +11,7 @@ source ./etc/config

./net.sh teardown

ip link del ${network_ifb_iface}
ip link del ${network_ifb_iface} || true

if [ -f ./run/wshd.pid ]
then
Expand Down

0 comments on commit 634ebb2

Please sign in to comment.