mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
zzz typoz
This commit is contained in:
parent
5db177ccc8
commit
63527b3032
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ LXC_STOP () {
|
|||
timeout 30 lxc stop --timeout 15 $container_to_stop 2>/dev/null
|
||||
|
||||
local retry_stop_lxc=0
|
||||
while && [[ ${retry_stop_lxc} -lt 5 ]]
|
||||
while [[ ${retry_stop_lxc} -lt 5 ]]
|
||||
do
|
||||
local status="$(lxc list $container_to_stop --format json | jq -r '.[].state.status')"
|
||||
if [[ -z "$status" ]] || [[ "$status" == "Stopped" ]]
|
||||
|
|
Loading…
Add table
Reference in a new issue