We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e65568 commit fbfdac6Copy full SHA for fbfdac6
common/util_functions.sh
@@ -17,9 +17,6 @@ MODULESPATH=$ADBPATH/modules
17
MHPCPATH=$ADBPATH/mhpc
18
if [ "$INSTFN" ]; then
19
# Installation (config.sh)
20
- if [ ! -d "$MHPCPATH" ]; then
21
- mkdir -pv $MHPCPATH >> $LOGFILE 2>&1
22
- fi
23
MODVERSION=$(echo $(get_file_value $TMPDIR/module.prop "version=") | sed 's|-.*||')
24
POSTPATH=$ADBPATH/post-fs-data.d
25
SERVICEPATH=$ADBPATH/service.d
install.sh
@@ -44,6 +44,10 @@ print_modname() {
44
# Load functions and variables
45
INSTFN=true
46
. $TMPDIR/util_functions.sh
47
+
48
+ # Create install directory
49
+ mkdir -pv $MHPCPATH
50
51
# Start module installation log
52
log_start
53
# Check Magisk version
0 commit comments