more changes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-21 17:05:43 +02:00
parent 4b2f5d8c9f
commit 542fc02720
3 changed files with 1 additions and 1 deletions

0
_apps/nextcloud/bla Normal file
View File

Binary file not shown.

View File

@@ -9,6 +9,6 @@ while read line; do
CH[$i]=$WHAT
i=$((i++))
done < <(git diff-tree --no-commit-id --name-only HEAD -r| egrep '^_')
echo "UNIQ:"
#echo "UNIQ:"
UNIQ=$(echo ${CH} |sort |uniq)
echo ${UNIQ}