From 0171e496d3ab4220471b0f73d83620df560dd232 Mon Sep 17 00:00:00 2001 From: qiuyuyang910 Date: Sat, 18 May 2024 21:39:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D#4=E6=94=AF=E6=8C=81=E5=AE=89?= =?UTF-8?q?=E5=8D=9314=E4=BB=A5=E4=B8=8B=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- post-fs-data.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/post-fs-data.sh b/post-fs-data.sh index 816625a..daf52d0 100644 --- a/post-fs-data.sh +++ b/post-fs-data.sh @@ -55,9 +55,9 @@ if [ -d /apex/com.android.conscrypt/cacerts ]; then nsenter --mount=/proc/${pid}/ns/mnt -- \ mount --bind "$TEMP_DIR" /apex/com.android.conscrypt/cacerts done - echo "[$(date +%F) $(date +%T)] - $CERTS_NUM Mount success!" + echo "[$(date +%F) $(date +%T)] - Mount success!" else - echo "[$(date +%F) $(date +%T)] - $CERTS_NUM Mount failed!" + echo "[$(date +%F) $(date +%T)] - Mount failed!" fi # 卸载临时目录