This commit is contained in:
Wang Sen Di
2025-11-27 17:23:21 +08:00
parent 3bc4d83d73
commit b824a9acae

View File

@@ -47,7 +47,7 @@ __check_process() {
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
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
}