Random sleep might help idk -_-

This commit is contained in:
Alexandre Aubin 2023-02-07 02:03:44 +01:00
parent 63527b3032
commit 3cd3e0abd0

View file

@ -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
}