diff --git a/migrations/1754389057.sh b/migrations/1754389057.sh index 76b45e6d..e1ee7ff9 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 - bash ~/.local/share/omarchy/bin/omarchy-refresh-hyprland + ~/.local/share/omarchy/bin/omarchy-refresh-hyprland || true else echo "Left your existing configuration in place!" fi