fix: remove test

This commit is contained in:
Oskar Manhart 2024-06-09 11:27:21 +02:00 committed by GitHub
parent 2fff49ee42
commit 79652eeec5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)")