this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: escape dots in checksite pattern (#5)

Reviewed-on: https://codeberg.org/comfysage/ebil/pulls/5
Co-authored-by: june <me@koi.rip>
Co-committed-by: june <me@koi.rip>

authored by

june
june
and committed by
robin
9ebbbde8 f7fe358c

+2 -2
+2 -2
ebil.sh
··· 55 55 56 56 checksite() { 57 57 local site="$1" 58 - local pat='^[a-z]+.ebil.club$' 58 + local pat='^[a-z]+\.ebil\.club$' 59 59 60 60 [[ -z "$site" ]] && die 'site not specified' 61 61 [[ "$site" =~ $pat ]] || die 'malformed site url' "(expected form '${pat}'):" "$site" ··· 74 74 rsync -rltzq --progress "$@" "$src/" "$dst" 75 75 } 76 76 77 - push() { 77 + push() {^[a-z]+\.ebil\.club$ 78 78 local site="$1" 79 79 local path="$2" 80 80 local host="$3"