From 0b2745b342f8dac8c931d048afa431e2b030c57f Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 11 Apr 2022 11:49:24 -0400 Subject: [PATCH] Sending things to the screen --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index bdf206235..26b6b640e 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -149,7 +149,7 @@ analyst_salt_local() { logCmd "yum -y update --exclude=salt*" logCmd "systemctl enable salt-minion" - salt-call state.apply workstation --local --file-root=$(dirname "$0")/salt/ -l info 2>&1 | tee -a outfile + salt-call state.apply workstation --local --file-root=../salt/ -l info 2>&1 | tee -a outfile echo "Whiptail to reboot here" exit 0