Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-08-23 00:12:38 +02:00 committed by GitHub
parent 412dca6883
commit 6788cba22a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,7 +128,7 @@ radovan() {
debug_log() { debug_log() {
if [ "$DEBUG" = true ]; then if [ "$DEBUG" = true ]; then
local timestamp=$(date +'%Y-%m-%d %H:%M:%S') local timestamp=$(date +'%Y-%m-%d %H:%M:%S')
echo "[$timestamp] COMMAND: $message" echo "[$timestamp] $message"
"$@" "$@"
else else
"$@" > /dev/null 2>&1 "$@" > /dev/null 2>&1