Update clean-lxcs.sh
This commit is contained in:
parent
cb21ca0552
commit
dde4b4e8ed
@ -48,7 +48,6 @@ function run_lxc_clean() {
|
|||||||
local container=$1
|
local container=$1
|
||||||
header_info
|
header_info
|
||||||
name=$(pct exec "$container" hostname)
|
name=$(pct exec "$container" hostname)
|
||||||
echo -e "${BL}[Info]${GN} Cleaning ${name} ${CL} \n"
|
|
||||||
|
|
||||||
pct exec "$container" -- bash -c '
|
pct exec "$container" -- bash -c '
|
||||||
BL="\033[36m"; GN="\033[1;92m"; CL="\033[m"
|
BL="\033[36m"; GN="\033[1;92m"; CL="\033[m"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user