From 03730bbfa9a405f25c91327a2ceaafe242359c31 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 21 Jul 2022 11:11:16 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- post-install | 1 + 1 file changed, 1 insertion(+) diff --git a/post-install b/post-install index b4f5aec..d5a4615 100644 --- a/post-install +++ b/post-install @@ -381,6 +381,7 @@ function feature-scripts(){ ( cd "$dir"l local script for script in * ; do + # skip README and scripts starting with '-'... ( [ "${script}" == "README" ] \ || [ "${script:0:1}" == "-" ] )\ && continue