From bf942c763d48d1ca78725340fb022c8be240236c Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Thu, 1 Jun 2023 17:13:22 +1100
Subject: [PATCH] users can view the output of the command, not a script

---
 src/lib66/exec/ssexec_tree_status.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib66/exec/ssexec_tree_status.c b/src/lib66/exec/ssexec_tree_status.c
index b4d2ce2a..29cffcfb 100644
--- a/src/lib66/exec/ssexec_tree_status.c
+++ b/src/lib66/exec/ssexec_tree_status.c
@@ -93,7 +93,7 @@ static void info_display_current(char const *field,char const *treename)
 {
     int current = tree_iscurrent(pinfo->base.s, treename) ;
     if (current < 0)
-        log_dieu(LOG_EXIT_ZERO, "read resolve file of: ", treename) ;
+        log_dieu(LOG_EXIT_SYS, "read resolve file of: ", treename) ;
 
     if (NOFIELD) info_display_field_name(field) ;
     if (!bprintf(buffer_1,"%s%s%s", current ? log_color->valid : log_color->warning, current ? "yes":"no",log_color->off))
-- 
GitLab