From 020a4659ec928f6c07926e77cb18cc5b102b7504 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 17 Sep 2025 15:56:58 +0200 Subject: [PATCH] Output something if we don't have timing --- install/post-install/finished.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/post-install/finished.sh b/install/post-install/finished.sh index 55433e6f..ecd65316 100644 --- a/install/post-install/finished.sh +++ b/install/post-install/finished.sh @@ -16,6 +16,8 @@ if [[ -f $OMARCHY_INSTALL_LOG_FILE ]] && grep -q "Total:" "$OMARCHY_INSTALL_LOG_ if [ -n "$TOTAL_TIME" ]; then echo_in_style "Installed in $TOTAL_TIME" fi +else + echo_in_style "Finished installing" fi if sudo test -f /etc/sudoers.d/99-omarchy-installer; then