diff options
-rwxr-xr-x | password-store.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/password-store.sh b/password-store.sh index 76ef226..5cb09c2 100755 --- a/password-store.sh +++ b/password-store.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash umask 077 |