]> git.plutz.net Git - confetti/commitdiff
simplified export using cgilite
authorPaul Hänsch <paul@plutz.net>
Mon, 18 Jan 2021 12:32:58 +0000 (13:32 +0100)
committerPaul Hänsch <paul@plutz.net>
Mon, 18 Jan 2021 12:32:58 +0000 (13:32 +0100)
cards/export_card.sh

index e9356a90610e0bf3d7b326b0fd394aec7b7470af..5d57136c02554d930b58bb0870240fa603998405 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/zsh
 
-# Copyright 2014,2015 Paul Hänsch
+# Copyright 2014, 2015, 2021 Paul Hänsch
 #
 # This file is part of Confetti.
 # 
@@ -20,8 +20,5 @@
 card="$(GET card |PATH)"
 cardfile="$_DATA/vcard/${card##*/}"
 
-if [ -f "$cardfile" ]; then 
-  . $_EXEC/cgilite/file.sh
-  FILE "$cardfile" "text/vcard/charset=utf-8"
-else
-fi
+. $_EXEC/cgilite/file.sh
+FILE "$cardfile" "text/vcard; charset=utf-8"