.
This commit is contained in:
@@ -1,14 +1,16 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#####
|
|
||||||
|
#########################################
|
||||||
#Core framework functions...
|
#Core framework functions...
|
||||||
#####
|
#########################################
|
||||||
|
|
||||||
export PROJECT_ROOT_PATH
|
export PROJECT_ROOT_PATH
|
||||||
PROJECT_ROOT_PATH="$(realpath ../../../)"
|
PROJECT_ROOT_PATH="$(realpath ../../../)"
|
||||||
|
|
||||||
#Framework variables are read from hee
|
#Framework variables are read from hee
|
||||||
|
|
||||||
|
|
||||||
export GIT_VENDOR_PATH_ROOT
|
export GIT_VENDOR_PATH_ROOT
|
||||||
GIT_VENDOR_PATH_ROOT="$PROJECT_ROOT_PATH/vendor/git@git.knownelement.com/29418/"
|
GIT_VENDOR_PATH_ROOT="$PROJECT_ROOT_PATH/vendor/git@git.knownelement.com/29418/"
|
||||||
|
|
||||||
@@ -25,9 +27,14 @@ for project_include_file in ../../../Project-Includes/*; do
|
|||||||
source "$project_include_file"
|
source "$project_include_file"
|
||||||
done
|
done
|
||||||
|
|
||||||
# Actual script logic starts here
|
#Framework variables are read from hee
|
||||||
|
source $KNELShellFrameworkRoot/Framework-ConfigFiles/FrameworkVars
|
||||||
|
|
||||||
|
|
||||||
|
#########################################
|
||||||
|
# Core script code begins here
|
||||||
|
#########################################
|
||||||
|
|
||||||
# Sourced from
|
# Sourced from
|
||||||
|
|
||||||
# https://complianceascode.readthedocs.io/en/latest/manual/developer/01_introduction.html
|
# https://complianceascode.readthedocs.io/en/latest/manual/developer/01_introduction.html
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#####
|
#########################################
|
||||||
#Core framework functions...
|
#Core framework functions...
|
||||||
#####
|
#########################################
|
||||||
|
|
||||||
export PROJECT_ROOT_PATH
|
export PROJECT_ROOT_PATH
|
||||||
PROJECT_ROOT_PATH="$(realpath ../../../)"
|
PROJECT_ROOT_PATH="$(realpath ../../../)"
|
||||||
@@ -29,6 +29,11 @@ done
|
|||||||
#Framework variables are read from hee
|
#Framework variables are read from hee
|
||||||
source $KNELShellFrameworkRoot/Framework-ConfigFiles/FrameworkVars
|
source $KNELShellFrameworkRoot/Framework-ConfigFiles/FrameworkVars
|
||||||
|
|
||||||
|
|
||||||
|
#########################################
|
||||||
|
# Core script code begins here
|
||||||
|
#########################################
|
||||||
|
|
||||||
export SUBODEV_CHECK
|
export SUBODEV_CHECK
|
||||||
SUBODEV_CHECK="$(getent passwd | grep -c subodev || true)"
|
SUBODEV_CHECK="$(getent passwd | grep -c subodev || true)"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user