summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2021-12-02 21:05:36 +0200
committerMichael Bestas <mkbestas@lineageos.org>2021-12-09 01:24:48 +0200
commit376460eac24e77dc6a393ceee390e7a910152f48 (patch)
treef5a42f4f749f6d040cabc0f20bdd5bd6e0e4b519
parenta12add22792cbb0b95d25fe9a1e1c16090cadd9d (diff)
extract_utils: Update debugfs error message
Change-Id: I3fb0a3a0c4f52de03009b68036a16cef01ead9c6
-rw-r--r--extract_utils.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extract_utils.sh b/extract_utils.sh
index 73e3701..eaf8f1c 100644
--- a/extract_utils.sh
+++ b/extract_utils.sh
@@ -1766,7 +1766,7 @@ function extract_img_data() {
local symlink_err="rdump: Attempt to read block from filesystem resulted in short read while reading symlink"
if grep -Fq "$symlink_err" "$logFile"; then
echo "[-] Symlinks have not been properly processed from $image_file"
- echo "[!] If you don't have a compatible debugfs version, modify 'execute-all.sh' to disable 'USE_DEBUGFS' flag"
+ echo "[!] You might not have a compatible debugfs version"
abort 1
fi
}