remove cd before running so-setup analyst

This commit is contained in:
m0duspwnens
2022-04-14 16:03:43 -04:00
parent 2d094a3bfc
commit 36aef87a3c
2 changed files with 1 additions and 2 deletions

View File

@@ -351,7 +351,6 @@ elif [ "$install_type" = 'RECEIVER' ]; then
is_minion=true
is_receiver=true
elif [ "$install_type" = 'ANALYST' ]; then
cd .. || exit 255
exec bash so-setup analyst
fi