Removed -h from disown
This commit is contained in:
parent
6e4bf7d7d7
commit
011ea3bfb2
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ sigterm_handler() {
|
|||
for LJ_SITE in "${!LJ_FDS[@]}"; do
|
||||
{ exec {LJ_FDS[$LJ_SITE]}>&-; } 2>/dev/null
|
||||
done
|
||||
disown -ah
|
||||
disown -a
|
||||
exit 0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue