Update buildct.sh

This commit is contained in:
spiritLHLS 2023-05-20 10:10:12 +08:00 committed by GitHub
parent c4ceeaf87b
commit e5fce581aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,5 +113,5 @@ if [ ! -f "/etc/iptables/rules.v4" ]; then
fi
iptables-save > /etc/iptables/rules.v4
service netfilter-persistent restart
echo "$CTID $password $core $memory $disk $sshn $web1_port $web2_port $port_first $port_last $system_ori" >> "ct${CTID}"
echo "$CTID $password $core $memory $disk $sshn $web1_port $web2_port $port_first $port_last $system_ori $storage" >> "ct${CTID}"
cat "ct${CTID}"