mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Typo é_è
This commit is contained in:
parent
0b871d6bfa
commit
17f9308c25
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ LXC_STOP () {
|
||||||
# If the command times out, then add the option --force
|
# If the command times out, then add the option --force
|
||||||
if [ $ret -eq 124 ]; then
|
if [ $ret -eq 124 ]; then
|
||||||
timeout 30 lxc stop --timeout 15 $container_to_stop --force 2>/dev/null
|
timeout 30 lxc stop --timeout 15 $container_to_stop --force 2>/dev/null
|
||||||
elif [ $ret -ne 0 ]
|
elif [ $ret -ne 0 ]; then
|
||||||
log_warning "Tried to stop lxc, got ret $ret"
|
log_warning "Tried to stop lxc, got ret $ret"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue