Update rebuild_qcow2.sh

This commit is contained in:
spiritLHLS 2023-04-09 11:46:57 +08:00 committed by GitHub
parent 25063227b1
commit 7b6f9a83f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ then
sudo apt-get install -y rng-tools
fi
export LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1
# export LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1
qcow_file=$1
echo "转换文件$qcow_file中......"
echo "启用SSH功能..."