mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
remove some debug
This commit is contained in:
parent
b1f78eba29
commit
025f4bc9db
1 changed files with 0 additions and 2 deletions
|
@ -31,7 +31,6 @@ function rebuild_base_lxc()
|
|||
{
|
||||
check_lxd_setup
|
||||
|
||||
set -x
|
||||
launch_new_lxc
|
||||
sleep 5
|
||||
|
||||
|
@ -68,5 +67,4 @@ function rebuild_base_lxc()
|
|||
lxc image delete $LXC_BASE
|
||||
lxc publish $LXC_BASE --alias $LXC_BASE --public
|
||||
lxc delete $LXC_BASE
|
||||
set +x
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue