Update arguments.sh

This commit is contained in:
Søren Theilgaard
2022-01-22 06:18:00 +01:00
parent e4a5f47272
commit 621d6df346

View File

@@ -43,10 +43,10 @@ if [[ $label == "version" ]]; then
exit 0 exit 0
fi fi
printlog "################## Start Installomator" REQ printlog "################## Start Installomator v. $VERSION, date $VERSIONDATE" REQ
printlog "################## Version: $VERSION" REQ printlog "################## Version: $VERSION" INFO
printlog "################## Date: $VERSIONDATE" REQ printlog "################## Date: $VERSIONDATE" INFO
printlog "################## $label" REQ printlog "################## $label" INFO
# Check for DEBUG mode # Check for DEBUG mode
if [[ $DEBUG -gt 0 ]]; then if [[ $DEBUG -gt 0 ]]; then