Remove traps for scripts, let cgroup take care of it.
This commit is contained in:
parent
2d652d11c9
commit
8f7472881d
@ -1,10 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
trap "kill -9 $$" SIGTERM
|
||||
trap "kill -9 $$" SIGHUP
|
||||
trap "kill -9 $$" SIGKILL
|
||||
trap "kill -9 $$" SIGINT
|
||||
|
||||
echo root:root | chpasswd
|
||||
|
||||
useradd -m gentoo
|
||||
|
Loading…
Reference in New Issue
Block a user