diff --git a/install/post-install/finished.sh b/install/post-install/finished.sh index 55433e6..ecd6531 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