Permissions on the gragments directory
This commit is contained in:
parent
0641d290c6
commit
6830c8335d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue