Fixed another bug

This commit is contained in:
2019-01-09 11:05:40 +01:00
parent 7f54b3a921
commit fa12eca0cd

View File

@@ -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"