commit | 04db155a70a3e2baf91d1610bb05f921f8d37f09 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Mon Oct 17 09:40:45 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Mon Oct 17 09:40:45 2011 -0700 |
tree | 290efebfb3fb30af272631da9ac4ddba0e6dd948 | |
parent | da89268c9272e5e649d7d2332c86bf2fe68f57ee [diff] [blame] |
make sure to kill tail on exit
diff --git a/tools/build_lxc.sh b/tools/build_lxc.sh index 42bd328..39046f0 100755 --- a/tools/build_lxc.sh +++ b/tools/build_lxc.sh
@@ -282,6 +282,7 @@ TAIL_PID=$! function kill_tail() { + kill $TAIL_PID exit 1 }