Fixed base.module.sh, migrated EXAMPLE_CHECK.off and improved log.module.sh

This commit is contained in:
m8in
2026-05-18 20:06:29 +02:00
parent 216cd4ec48
commit bd76357b1d
3 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ function prepare.setCIS() {
_ROOT_TRUNK="${_FULLSCRIPTNAME%cis/*}"
while [ ! -d "${_ROOT_TRUNK}cis/core/" ]; do
[ "${_ROOT_TRUNK}" == "${0}" ] \
[ "${_ROOT_TRUNK}" == "${_FULLSCRIPTNAME}" ] \
&& base.abort ' Unable to find root folder of CIS!' 'It seams the script does not belong to CIS.'
[ "${_ROOT_TRUNK}" == "/" ] \