This commit is contained in:
Didgeridoohan 2019-11-02 23:34:04 +01:00 committed by GitHub
parent 94fb404db9
commit 2c055891b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,9 @@ MODULESPATH=$ADBPATH/modules
MHPCPATH=$ADBPATH/mhpc
if [ "$INSTFN" ]; then
# Installation (config.sh)
if [ ! -d "$MHPCPATH" ];
touch $MHPCPATH
fi
MODVERSION=$(echo $(get_file_value $TMPDIR/module.prop "version=") | sed 's|-.*||')
POSTPATH=$ADBPATH/post-fs-data.d
SERVICEPATH=$ADBPATH/service.d