Merge pull request #10132 from Security-Onion-Solutions/kilo

fix log dir
This commit is contained in:
Jason Ertel
2023-04-14 16:58:14 -04:00
committed by GitHub

View File

@@ -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."