Merge branch 'Improved-Isaac-logging' into 2022-02-02_Theile-base

This commit is contained in:
Søren Theilgaard
2022-02-02 14:38:18 +01:00
5 changed files with 281 additions and 88 deletions

View File

@@ -43,12 +43,14 @@ if [[ $label == "version" ]]; then
exit 0
fi
printlog "################## Start Installomator v. $VERSION"
printlog "################## $label"
printlog "################## Start Installomator v. $VERSION, date $VERSIONDATE" REQ
printlog "################## Version: $VERSION" INFO
printlog "################## Date: $VERSIONDATE" INFO
printlog "################## $label" INFO
# Check for DEBUG mode
if [[ $DEBUG -gt 0 ]]; then
printlog "DEBUG mode $DEBUG enabled."
printlog "DEBUG mode $DEBUG enabled." DEBUG
fi
# How we get version number from app