]> gitweb.fluxo.info Git - firma.git/commitdiff
fix on list permission checking
authorrhatto <rhatto>
Mon, 9 Oct 2006 13:49:49 +0000 (13:49 +0000)
committerrhatto <rhatto>
Mon, 9 Oct 2006 13:49:49 +0000 (13:49 +0000)
firma

diff --git a/firma b/firma
index 7806d15059df12f62760a706c5d2382a4ed81bcb..d003c9b34f48dbd2691379237b6b56aa7e6ffdcf 100755 (executable)
--- a/firma
+++ b/firma
@@ -1366,9 +1366,7 @@ case $# in
           -a|--admin-task|-p|--process-message)
 
             # if config file exists but has wrong permissions or ownership
-            if [[ -f "$LIST_CONFIG_FILE" ]] && ! CheckPermission $LIST_CONFIG_FILE; then
-              EXIT_CODE="1"
-            elif [[ -f "$LIST_CONFIG_FILE" ]]; then
+            if [[ -f "$LIST_CONFIG_FILE" ]]; then
 
               # if the configuration file exists, disable bash's
               #+sourcepath and evaluate list parameters