X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=templates%2Fview_attendee.sh;h=86dad68ea13ec06ea65678460b75e9dbb06a98ab;hp=5b7c77237bcf1a41e99725fd861c29ef7d4ef63d;hb=9da739230659371a860e93dcaf3765b977e30de7;hpb=9917259ba7ae33000a3aeb892f392ed71ad0377d diff --git a/templates/view_attendee.sh b/templates/view_attendee.sh index 5b7c772..86dad68 100755 --- a/templates/view_attendee.sh +++ b/templates/view_attendee.sh @@ -25,7 +25,7 @@ view_card_item() { } view_attendee() { #Parameter: Cardfile - cardfile="$1" + cardfile="vcard/$1" cachefile="cache/vcf_$(basename "$cardfile").cache" unset key [ "$cachefile" -nt "$cardfile" ] && cat "$cachefile" \