Skip to content

Commit

Permalink
I need to sleep...
Browse files Browse the repository at this point in the history
  • Loading branch information
Didgeridoohan authored Nov 2, 2019
1 parent bc9c046 commit 7e65568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/util_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ MHPCPATH=$ADBPATH/mhpc
if [ "$INSTFN" ]; then
# Installation (config.sh)
if [ ! -d "$MHPCPATH" ]; then
touch $MHPCPATH
mkdir -pv $MHPCPATH >> $LOGFILE 2>&1
fi
MODVERSION=$(echo $(get_file_value $TMPDIR/module.prop "version=") | sed 's|-.*||')
POSTPATH=$ADBPATH/post-fs-data.d
Expand Down

0 comments on commit 7e65568

Please sign in to comment.