mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-05-13 13:56:52 +00:00
all: fix some typos
Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
parent
d2688cf08c
commit
f85e82973d
3 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue