From db441e8813f424496f8494e17c57c64c8142a268 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 5 Aug 2025 16:37:57 +0200 Subject: [PATCH] Try to run this in a subshell to prevent the exit --- migrations/1754389057.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1754389057.sh b/migrations/1754389057.sh index 59471492..76b45e6d 100644 --- a/migrations/1754389057.sh +++ b/migrations/1754389057.sh @@ -4,7 +4,7 @@ if [[ ! -f ~/.config/hypr/autostarts.conf ]]; then echo -e "\nOmarchy now splits default .config/hypr/hyprland.conf into sub-configs." echo -e "Resetting to defaults will overwrite your configuration, but save it as .bak.\n" if gum confirm "Use new default hyprland.conf config?"; then - ~/.local/share/omarchy/bin/omarchy-refresh-hyprland + bash ~/.local/share/omarchy/bin/omarchy-refresh-hyprland else echo "Left your existing configuration in place!" fi