This commit is contained in:
2025-07-02 08:14:06 -05:00
parent 7ad5a2a8e7
commit 109acf07be
2 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,5 @@
#!/bin/bash #!/bin/bash
echo $ProjectRootPath
#Framework variables are read from hee #Framework variables are read from hee
source $FRAMEWORK_CONFIGS_FULL_PATH/FrameworkVars source $FRAMEWORK_CONFIGS_FULL_PATH/FrameworkVars

View File

@ -343,7 +343,9 @@ function secharden-ssh()
{ {
print_info "Now running "$FUNCNAME"" print_info "Now running "$FUNCNAME""
cd ./Modules/Security
bash ./Modules/Security/secharden-ssh.sh|$(which bash) bash ./Modules/Security/secharden-ssh.sh|$(which bash)
cd -
print_info "Completed running "$FUNCNAME"" print_info "Completed running "$FUNCNAME""
} }