mirror of
https://gitee.com/wanghongenpin/Magisk-ProxyPinCA.git
synced 2026-03-15 03:03:16 +08:00
修复#4支持安卓14以下版本
This commit is contained in:
@@ -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
|
||||
|
||||
# 卸载临时目录
|
||||
|
||||
Reference in New Issue
Block a user