From 79652eeec53073fbafde80ea65fcf8edfa36ab87 Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Sun, 9 Jun 2024 11:27:21 +0200 Subject: [PATCH] fix: remove test --- installer.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/installer.sh b/installer.sh index 506c274..d8d664e 100755 --- a/installer.sh +++ b/installer.sh @@ -122,7 +122,6 @@ function waConfigureApps() { while IFS= read -r F; do [[ -n $F ]] || continue F=$(echo "$F" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//') - echo \""$F"\" >> "test" # shellcheck disable=SC1090 . "$DIR/apps/$F/info" APPS+=("$FULL_NAME ($F)")