diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-06-20 20:20:16 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-06-20 20:20:16 -0300 |
commit | cb021c46ddb6616c33fa874a553f555893c8a22b (patch) | |
tree | 56d6ed69b759670ba67f1045eb49a8296c7683ae /share | |
parent | c0f1dc8e92c0bb6db735d27c68cc8c17637c6ff6 (diff) | |
download | keyringer-cb021c46ddb6616c33fa874a553f555893c8a22b.tar.gz keyringer-cb021c46ddb6616c33fa874a553f555893c8a22b.tar.bz2 |
Adding system of preferences
Diffstat (limited to 'share')
-rwxr-xr-x | share/keyringer/newkeys | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/keyringer/newkeys b/share/keyringer/newkeys index 16bf218..14fcfd1 100755 --- a/share/keyringer/newkeys +++ b/share/keyringer/newkeys @@ -54,6 +54,7 @@ elif [ ! -f "$OPTIONS" ]; then fi source $OPTIONS +keyringer_config_load_preferences if [ -z "$PUPPET_KEYS" ]; then PUPPET_KEYS="$PUPPET/files/keys" |