Permissions on the gragments directory

This commit is contained in:
Bob Mottram 2017-06-14 14:59:43 +01:00
parent 0641d290c6
commit 6830c8335d
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ fi
# create the key file
mkdir -p $FRAGMENTS_DIR
chown $MY_USERNAME:$MY_USERNAME $FRAGMENTS_DIR
KEYS_FILE=$FRAGMENTS_DIR/keyshare.asc
gpg --output $FRAGMENTS_DIR/pubkey.txt --armor --export $KEYID
if [ ! "$?" = "0" ]; then