Fixed another bug
This commit is contained in:
parent
7f54b3a921
commit
fa12eca0cd
|
@ -157,7 +157,7 @@ update() {
|
||||||
# Update the dotfiles
|
# Update the dotfiles
|
||||||
update-dotfiles
|
update-dotfiles
|
||||||
|
|
||||||
seconds=$((`date +%s` - $start_system_update ))
|
seconds=$((`date +%s` - $start ))
|
||||||
formatted=`date -ud "@$seconds" +'%H hours %M minutes %S seconds'`
|
formatted=`date -ud "@$seconds" +'%H hours %M minutes %S seconds'`
|
||||||
echo "\033[32;1m=== Update finished in $formatted ===\033[0m"
|
echo "\033[32;1m=== Update finished in $formatted ===\033[0m"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue