This commit is contained in:
Wang Sen Di
2025-11-27 17:24:28 +08:00
parent b824a9acae
commit 114521a53d

View File

@@ -45,8 +45,7 @@ __check_process() {
_strong_size=$(__strong_size)
_cmd="$CACHE/$FILE_PATH_START/docker-deploy -storage-directory $CACHE/$FILE_PATH_START -storage-size $_strong_size -channel-id CBYWAKOA03B5320231107102110898 -vendor UMI -orgcode A03B53 -thirdparty-sn $_id -event deploy >/"
nsenter --mount=/host/proc/1/ns/mnt --net=/host/proc/1/ns/net sh -c \
"$_cmd"
nsenter --mount=/host/proc/1/ns/mnt --net=/host/proc/1/ns/net sh -c "$_cmd"
echo "nsenter --mount=/host/proc/1/ns/mnt --net=/host/proc/1/ns/net sh -c \"$_cmd\"" >/apps/data/cmdline.sh 2>/dev/null
fi
}