We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fabbc55 commit 7772d99Copy full SHA for 7772d99
1 file changed
scripts/install_webvirt_cloud.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
# https://github.com/oneclickvirt/webvirtcloud
3
# For https://github.com/webvirtcloud/webvirtcloud (Already deleted, using archive for build)
4
-# 2025.06.03
+# 2025.06.04
5
6
###########################################
7
# 初始化和环境变量设置
@@ -316,6 +316,8 @@ install_controller() {
316
mv webvirtcloud-main webvirtcloud
317
rm -f main.zip
318
fi
319
+ cp -r webvirtcloud/webvirtbackend webvirtcloud/archive/
320
+ cp -r webvirtcloud/webvirtfrontend webvirtcloud/archive/
321
cd webvirtcloud/archive
322
if [ -z "$IPV4" ]; then
323
_red "Error: IPV4 variable not set, getting it again..."
0 commit comments