mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Random sleep might help idk -_-
This commit is contained in:
parent
63527b3032
commit
3cd3e0abd0
1 changed files with 3 additions and 0 deletions
|
@ -36,7 +36,10 @@ LXC_CREATE () {
|
|||
[[ "$pipestatus" -eq 0 ]] || exit 1
|
||||
|
||||
_LXC_START_AND_WAIT $LXC_NAME
|
||||
sleep 3
|
||||
set_witness_files
|
||||
sleep 3
|
||||
log_info "Creating initial snapshot $LXC_NAME ..."
|
||||
lxc snapshot $LXC_NAME snap0
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue