Skip to content

Commit

Permalink
Now?
Browse files Browse the repository at this point in the history
  • Loading branch information
Didgeridoohan authored Nov 2, 2019
1 parent 7e65568 commit fbfdac6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common/util_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ MODULESPATH=$ADBPATH/modules
MHPCPATH=$ADBPATH/mhpc
if [ "$INSTFN" ]; then
# Installation (config.sh)
if [ ! -d "$MHPCPATH" ]; then
mkdir -pv $MHPCPATH >> $LOGFILE 2>&1
fi
MODVERSION=$(echo $(get_file_value $TMPDIR/module.prop "version=") | sed 's|-.*||')
POSTPATH=$ADBPATH/post-fs-data.d
SERVICEPATH=$ADBPATH/service.d
Expand Down
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ print_modname() {
# Load functions and variables
INSTFN=true
. $TMPDIR/util_functions.sh

# Create install directory
mkdir -pv $MHPCPATH

# Start module installation log
log_start
# Check Magisk version
Expand Down

0 comments on commit fbfdac6

Please sign in to comment.