Merge remote-tracking branch 'github/master' into proxyprotocol

This commit is contained in:
2023-03-14 10:41:15 +01:00
21 changed files with 156 additions and 495 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ ALL_FILES=$(find . -follow)
for FILE in $ALL_FILES
do
# remove preceeding ./
# remove preceding ./
FILE=$(echo "$FILE" | sed -E "s/\.\///g")
echo '======================================='
echo "FILE: $FILE"