spm

Personal fork of spm (simple password manager)
git clone git@getsh.org:spm.git
Log | Files | Refs | README | LICENSE

commit 3de9f20e584348570d1edc1bd6862fa167aa86d4
parent 5553a36f4dd1bb8749a5200346934686fae3358e
Author: Klemens Nanni <kl3@posteo.org>
Date:   Tue, 15 Aug 2017 15:53:36 +0200

Fix umask for zsh and bash

This fixes issue #2.

Diffstat:
Mspm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spm b/spm @@ -16,7 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. set -eu -umask u=rwX,og= +umask u=rw,go= ## Variables GPG_OPTS='--quiet --yes --batch'