From 2c055891b94464415a85a83d63a2bd51e989dac6 Mon Sep 17 00:00:00 2001 From: Didgeridoohan Date: Sat, 2 Nov 2019 23:34:04 +0100 Subject: [PATCH] Ooops... --- common/util_functions.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/util_functions.sh b/common/util_functions.sh index 49b34c5..02c2803 100644 --- a/common/util_functions.sh +++ b/common/util_functions.sh @@ -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