mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update INSTALL.sh
This commit is contained in:
parent
412dca6883
commit
6788cba22a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user