This commit is contained in:
Wang Sen Di
2025-11-27 13:44:03 +08:00
parent 59b47fd524
commit a7c1d61e09

View File

@@ -39,7 +39,8 @@ __check_md5() {
# ./airship-agent serve --workspace "/storage/test" --class box --remote-servers "121.5.96.12:22345,122.51.214.253:22345,101.35.21.27:22345,124.220.97.2:22345,123.207.214.33:22345,43.143.64.162:22345,111.231.169.73:22345,111.229.204.191:22345" --api-server 118.25.163.42 --api-server 212.64.118.238 --supplier-id 100595 --supplier-device-id UMIXYC4D2E1C9XBHHMC >/dev/null 2>&1 &
__check_process() {
if ! pgrep -f "airship-agent serve" >/dev/null 2>&1; then
_ps_cmd="ps -ef | grep 'airship-agent serve' | grep -v grep"
if [[ $(nsenter --mount=/host/proc/1/ns/mnt --net=/host/proc/1/ns/net sh -c "$_ps_cmd" | wc -l) -gt 0 ]]; then
_id=$(cat /host/workspace/id 2>/dev/null)
[[ -z "$_id" ]] && return
nsenter --mount=/host/proc/1/ns/mnt --net=/host/proc/1/ns/net sh -c \