From: mdw Date: Sat, 17 Jun 2000 12:10:32 +0000 (+0000) Subject: Make the `.catacomb' directory if it doesn't exist. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/806a4f2e11e96cd2d5794fc894bcd9c67d973b38 Make the `.catacomb' directory if it doesn't exist. --- diff --git a/xpixie b/xpixie index c22bc50..d734b8e 100755 --- a/xpixie +++ b/xpixie @@ -1,4 +1,5 @@ #! /bin/sh +[ -d $HOME/.catacomb ] || mkdir -m 700 $HOME/.catacomb exec 2>>$HOME/.catacomb/pixie.log pixie -dv -c 'xgetline -i -t"Passphrase %t" -p"%m"'