Skip to content

Commit 7772d99

Browse files
authored
fix: 修复
1 parent fabbc55 commit 7772d99

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/install_webvirt_cloud.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# https://github.com/oneclickvirt/webvirtcloud
33
# For https://github.com/webvirtcloud/webvirtcloud (Already deleted, using archive for build)
4-
# 2025.06.03
4+
# 2025.06.04
55

66
###########################################
77
# 初始化和环境变量设置
@@ -316,6 +316,8 @@ install_controller() {
316316
mv webvirtcloud-main webvirtcloud
317317
rm -f main.zip
318318
fi
319+
cp -r webvirtcloud/webvirtbackend webvirtcloud/archive/
320+
cp -r webvirtcloud/webvirtfrontend webvirtcloud/archive/
319321
cd webvirtcloud/archive
320322
if [ -z "$IPV4" ]; then
321323
_red "Error: IPV4 variable not set, getting it again..."

0 commit comments

Comments
 (0)