aboutsummaryrefslogtreecommitdiffstats
path: root/deploy.sh
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2025-10-14 16:45:30 +0200
committerLeonard Kugis <leonard@kug.is>2025-10-14 16:45:30 +0200
commit10ffa0008456b887670ef935a006713c685fec49 (patch)
tree3355f242e208b2292cce99521ddaf2a01918eb2e /deploy.sh
parent6809b24fe771120eb52f406368b9108607409772 (diff)
downloadmagisk-fstab-10ffa0008456b887670ef935a006713c685fec49.tar.gz
Added compatibility with bindfs
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 87fac55..9c20427 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -2,10 +2,11 @@
set -euo pipefail
INCLUDES=(
- "META-INF"
"service.sh"
"fstab.sh"
"module.prop"
+ "config"
+ "customize.sh"
)
# Welche Dateien/Ordner sollen ausgeschlossen werden?