mirror of
https://github.com/guezoloic/serverconfig.git
synced 2026-01-25 09:34:23 +00:00
feat(install.sh): dependancies finder
This commit is contained in:
@@ -13,5 +13,5 @@ datetime_print() {
|
||||
local level="${2:-INFO}"
|
||||
local timestamp="[$(date +"$DATETIME_FORMAT")]"
|
||||
|
||||
echo "$timestamp - $level: $message" | tee -a "$LOG"
|
||||
echo -e "$timestamp - $level: $message" | tee -a "$LOG"
|
||||
}
|
||||
Reference in New Issue
Block a user