mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-02-01 02:29:01 +08:00
Update buildct.sh
This commit is contained in:
parent
05360a35ab
commit
f217802b1f
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ length=${#data_array[@]}
|
|||
for ((i=0; i<$length; i++))
|
||||
do
|
||||
echo "${data_array[$i]} ${values_array[$i]}"
|
||||
echo ""
|
||||
done > "/tmp/temp${CTID}.txt"
|
||||
sed -i 's/^/# /' "/tmp/temp${CTID}.txt"
|
||||
cat "/etc/pve/lxc/${CTID}.conf" >> "/tmp/temp${CTID}.txt"
|
||||
|
|
Loading…
Reference in a new issue