mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-03-04 10:27:38 +00:00
Remove some random slashes from the URLs.
This commit is contained in:
parent
61b8b2ba39
commit
1007baeac7
@ -272,10 +272,10 @@ screenshotthemap()
|
||||
) 2>&1 | tee ~/.xonotic/data/autoscreenshot.log
|
||||
good=false
|
||||
if mv ~/.xonotic/data/screenshots "$M-$blobhash"; then
|
||||
ss2spam "$M" "$url/$M-$blobhash/" "$REFNAME" "$commithash" 0 > ~/.xonotic/data/"$M.ircss"
|
||||
ss2spam "$M" "$url$M-$blobhash/" "$REFNAME" "$commithash" 0 > ~/.xonotic/data/"$M.ircss"
|
||||
else
|
||||
mkdir "$M-$blobhash"
|
||||
ss2spam "$M" "$url/$M-$blobhash/" "$REFNAME" "$commithash" 1 > ~/.xonotic/data/"$M.ircss"
|
||||
ss2spam "$M" "$url$M-$blobhash/" "$REFNAME" "$commithash" 1 > ~/.xonotic/data/"$M.ircss"
|
||||
fi
|
||||
mv ~/.xonotic/data/"$M.ircss" "$M-$blobhash"/
|
||||
mv ~/.xonotic/data/autoscreenshot.log "$M-$blobhash"/
|
||||
|
Loading…
Reference in New Issue
Block a user