Skip to content

Commit 6c4b422

Browse files
fixed not import utils in post-fs-data.sh
1 parent 2c0dbc9 commit 6c4b422

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 2.2.6 (22600)
2+
- fixed not import utils in post-fs-data.sh
13
# 2.2.5 (22500)
24
- enhanced performance of fix.sh
35
- clean up logic move to post-fs-data.sh

latest_build.zip

29 Bytes
Binary file not shown.

src/module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=fix_data
22
name=Fix Data Missing
3-
version=2.2.5
4-
versionCode=22500
3+
version=2.2.6
4+
versionCode=22600
55
author=HelloWorld
66
description=[🤔 A reboot is pending.] \nFix Android/data, Android/obb, Android/media is missing.
77
updateJson=https://raw.githubusercontent.com/helloworld2540/FixDataMissing/refs/heads/main/update.json

src/post-fs-data.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
# tools variable
55
MODDIR=${0%/*}
6+
. "$MODDIR/utils.sh" # import utils
7+
68
rm -f "$REBOOT_FLAG" # clear reboot flag
79
rm -f "$LOCK_FILE" # clear lock file
810
rm -f "$DAEMON_PID" # clear daemon pid

update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "2.2.5",
3-
"versionCode": 22500,
2+
"version": "2.2.6",
3+
"versionCode": 22600,
44
"zipUrl": "https://raw.githubusercontent.com/helloworld2540/FixDataMissing/refs/heads/main/latest_build.zip",
55
"changelog": "https://raw.githubusercontent.com/helloworld2540/FixDataMissing/refs/heads/main/changelog.md"
66
}

0 commit comments

Comments
 (0)