aboutsummaryrefslogtreecommitdiff
path: root/keyringer
diff options
context:
space:
mode:
Diffstat (limited to 'keyringer')
-rwxr-xr-xkeyringer4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyringer b/keyringer
index 15f9295..2529a85 100755
--- a/keyringer
+++ b/keyringer
@@ -22,6 +22,7 @@ function keyringer_init {
BASEDIR="$3"
URL="$4"
RECIPIENTS="$BASEDIR/config/recipients"
+ OPTIONS="$BASEDIR/config/options"
# Parse
if [ -z "$BASEDIR" ]; then
@@ -53,6 +54,9 @@ function keyringer_init {
echo "# Use entries in the form of 'john@doe.com XXXXXXXX" > $RECIPIENTS
echo "" >> $RECIPIENTS
+ # Setup options
+ touch $OPTIONS
+
# Setup README
echo "Keyring repository powered by http://git.sarava.org/?p=keyringer.git;a=summary" > $BASEDIR/README
echo "" >> $BASEDIR/README