From b901555793e783a15bcf5461002306aad750b327 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Fri, 14 Apr 2023 16:56:40 -0400 Subject: [PATCH] fix log dir --- salt/common/tools/sbin/so-analyst-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/so-analyst-install b/salt/common/tools/sbin/so-analyst-install index 4949989b0..775be2041 100755 --- a/salt/common/tools/sbin/so-analyst-install +++ b/salt/common/tools/sbin/so-analyst-install @@ -61,7 +61,7 @@ if [ -f "$pillar_file" ]; then reboot; else - echo "There was an issue applying the workstation state. Please review the log above or at /opt/so/logs/salt/minion." + echo "There was an issue applying the workstation state. Please review the log above or at /opt/so/log/salt/minion." fi else # workstation is already added echo "The workstation pillar already exists in $pillar_file."