mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Add time marker
This commit is contained in:
parent
eb5d48d6a3
commit
cb24568248
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ stop_timer () {
|
|||
else
|
||||
ECHO_FORMAT "Working time: " "blue"
|
||||
fi
|
||||
ECHO_FORMAT "${phours}${pminutes}${pseconds}.\n" "blue"
|
||||
ECHO_FORMAT "${phours}${pminutes}${pseconds} ($(date '+%T')).\n" "blue"
|
||||
}
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue