Fixed another bug

This commit is contained in:
Thomas Forgione 2019-01-09 11:05:40 +01:00
parent 7f54b3a921
commit fa12eca0cd
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ update() {
# Update the dotfiles
update-dotfiles
seconds=$((`date +%s` - $start_system_update ))
seconds=$((`date +%s` - $start ))
formatted=`date -ud "@$seconds" +'%H hours %M minutes %S seconds'`
echo "\033[32;1m=== Update finished in $formatted ===\033[0m"