diff options
author | rhatto <rhatto> | 2006-10-07 13:54:40 +0000 |
---|---|---|
committer | rhatto <rhatto> | 2006-10-07 13:54:40 +0000 |
commit | 021ce963bffc38412bcb61dde93a15a932a02495 (patch) | |
tree | 2f0b77d8e73d71b7a6ed0b4a90129c40f16a0ea2 | |
parent | 9a134f980e48e4aebeba939332e55185b1f345f3 (diff) | |
download | firma-021ce963bffc38412bcb61dde93a15a932a02495.tar.gz firma-021ce963bffc38412bcb61dde93a15a932a02495.tar.bz2 |
small fix on CheckListPermissions
-rwxr-xr-x | firma | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1124,7 +1124,7 @@ function CheckListPermissions { # check and fix permissions on all files from $LIST_PATH to $USER.$GROUP if [ ! -z "$1" ]; then - folder="`basedir $1`" + folder="`dirname $1`" config="`basename $1`" for file in $config pubring.gpg pubring.gpg~ random_seed secring.gpg trustdb.gpg; do if CheckPermission $folder/$file; then |