mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-02 13:17:19 +02:00
fix: remove test
This commit is contained in:
parent
2fff49ee42
commit
79652eeec5
@ -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)")
|
||||
|
Loading…
x
Reference in New Issue
Block a user