diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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? |