mirror of
https://gitlab.com/niansa/simpsh-httpd.git
synced 2025-03-06 20:53:36 +01:00
Update urlcheck.sh
This commit is contained in:
parent
a5bb96f14f
commit
68218fd278
1 changed files with 4 additions and 2 deletions
|
@ -8,6 +8,8 @@ fi
|
|||
|
||||
# Verhindere "/"-bug
|
||||
if [ -d "$FILE" -a "$FILE" != "*/" ]; then
|
||||
export URL="$URL"'/'
|
||||
export FILE="$FILE"'/'
|
||||
newURL="$URL"'/'
|
||||
export URL="$newURL"
|
||||
newFILE="$FILE"'/'
|
||||
export FILE="$newFILE"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue