From 0822f46bd9e19a0bbd525c0cff4c4fccf1421e6a Mon Sep 17 00:00:00 2001 From: ORG-wiki Date: Sun, 12 Feb 2023 04:01:04 +0100 Subject: [PATCH] Wiki page ssl changed with summary [[Android] added missing string type] by Daniel --- pages/de/server/services/ssl.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/de/server/services/ssl.txt b/pages/de/server/services/ssl.txt index eccb3f7..718ba44 100644 --- a/pages/de/server/services/ssl.txt +++ b/pages/de/server/services/ssl.txt @@ -163,9 +163,9 @@ ls $hashed_name.0 adb root adb shell mount -o rw,remount / -adb push hashed_name.0 /system/etc/security/cacerts/hashed_name.0 -adb shell chmod 644 /system/etc/security/cacerts/hashed_name.0 -adb shell chown root:root /system/etc/security/cacerts/hashed_name.0 +adb push $hashed_name.0 /system/etc/security/cacerts/ +adb shell chmod 644 /system/etc/security/cacerts/$hashed_name.0 +adb shell chown root:root /system/etc/security/cacerts/$hashed_name.0 adb shell reboot