mirror of
https://github.com/m8tin/cis.git
synced 2025-12-06 15:58:26 +01:00
runAllChecks.sh is now callable from everywhere
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
_CIS_ROOT="$(../../core/printCisRoot.sh)"
|
_CIS_ROOT="$($(dirname $(readlink -f ${0}))/../../core/printCisRoot.sh)"
|
||||||
_SCRIPT_PATH="${_CIS_ROOT:?"Missing CIS_ROOT"}script/"
|
_SCRIPT_PATH="${_CIS_ROOT:?"Missing CIS_ROOT"}script/"
|
||||||
_OWN_DOMAIN="$(../../core/printOwnDomain.sh)"
|
_OWN_DOMAIN="$(${_CIS_ROOT}core/printOwnDomain.sh)"
|
||||||
_OWN_DEFINITIONS="${_CIS_ROOT}definitions/${_OWN_DOMAIN:?"Missing OWN_DOMAIN"}/"
|
_OWN_DEFINITIONS="${_CIS_ROOT}definitions/${_OWN_DOMAIN:?"Missing OWN_DOMAIN"}/"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user