mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
More boring tricks about commands getting stuck forever..
This commit is contained in:
parent
777cf44727
commit
38549cd336
1 changed files with 1 additions and 1 deletions
|
@ -252,5 +252,5 @@ CLEAN_SWAPFILES() {
|
||||||
}
|
}
|
||||||
|
|
||||||
RUN_INSIDE_LXC() {
|
RUN_INSIDE_LXC() {
|
||||||
timeout 300 lxc exec $LXC_NAME -- "$@"
|
timeout --signal TERM 300 lxc exec $LXC_NAME -- "$@"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue