mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
remove the base container
This commit is contained in:
parent
3ba2330187
commit
905a5fb2fd
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ function rebuild_base_lxc()
|
||||||
lxc stop $LXC_BASE
|
lxc stop $LXC_BASE
|
||||||
lxc image delete $LXC_BASE
|
lxc image delete $LXC_BASE
|
||||||
lxc publish $LXC_BASE --alias $LXC_BASE
|
lxc publish $LXC_BASE --alias $LXC_BASE
|
||||||
|
lxc delete $LXC_BASE
|
||||||
set +x
|
set +x
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue