From f6f10ace48e249b0f1d6da28ad0a03b65b92e306 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 31 Mar 2022 00:08:02 +0100 Subject: removed extra prints --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/install.sh') diff --git a/src/install.sh b/src/install.sh index 736ce6e..d8823ac 100644 --- a/src/install.sh +++ b/src/install.sh @@ -60,7 +60,7 @@ total_filecount() { run_postinstall () { postinstall="${SYSROOT}/var/lib/xipkg/postinstall" if [ -d $postinstall ]; then - for file in $(ls $postinstall/*.sh); do + for file in $(ls $postinstall); do f=$(basename $file) # run the postinstall file -- cgit v1.2.1