Commit d3139ed1 by Daniel Baumann Committed by Daniel Lezcano

Fix 'trap in lxc-create script

Fix correct signal names in lxc-create trap (Closes: #655173). Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 21e487f2
...@@ -233,7 +233,7 @@ cleanup() { ...@@ -233,7 +233,7 @@ cleanup() {
exit 1 exit 1
} }
trap cleanup SIGHUP SIGINT SIGTERM trap cleanup HUP INT TERM
mkdir -p $lxc_path/$lxc_name mkdir -p $lxc_path/$lxc_name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment