[ agent ] [ boot ] - agent boot up procedure

This commit is contained in:
IceDerce
2022-12-22 16:15:39 +08:00
parent bf5dde57c2
commit 1d33275991
26 changed files with 960 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env bash
## https://github.com/teddysun/across/blob/master/bench.sh
## Author IceDerce
## For Project Octopus Agent Automate Deployment
@@ -27,7 +28,7 @@ BackRed="41m" ## 背景红色
SplitLine="----------------------" #会被sys函数中的方法重写
#### CollectSystemInfo ####
ServerName=""
serverName=""
serverIpPbV4=""
serverIpInV4=""
serverIpPbV6=""