From a444cc6c7c3482f3ce3eb15e6a7ffacb20747c2c Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Mon, 19 Mar 2018 17:25:35 +0100 Subject: [PATCH] FrameworkPatcher: likewise --- framework-patcher-remote | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/framework-patcher-remote b/framework-patcher-remote index 58f7841..26788ba 100755 --- a/framework-patcher-remote +++ b/framework-patcher-remote @@ -106,8 +106,9 @@ elif [[ -d /magisk/NanoDroid_microG ]]; then install_path="/magisk/NanoDroid_microG/system" mkdir -p "${install_path}" else - echo "backing up services.jar to /sdcard" - cp /tmp/services.jar /sdcard + echo "backing up services.jar to /sdcard/nanodroid_backups" + mkdir -p /sdcard/nanodroid_backups + cp /tmp/services.jar /sdcard/nanodroid_backups echo "using ROM as destination" install_path="/system"