Restart walker when we refresh the config

This commit is contained in:
David Heinemeier Hansson
2025-07-22 11:21:28 -04:00
parent ea903c7d65
commit 1c69965819

View File

@ -8,3 +8,6 @@ if cmp -s ~/.config/walker/config.toml.bak ~/.config/walker/config.toml; then
else else
echo -e "\e[31mExisting .config/walker/config.toml replaced with new Omarchy default, but a .bak file was made.\e[0m" echo -e "\e[31mExisting .config/walker/config.toml replaced with new Omarchy default, but a .bak file was made.\e[0m"
fi fi
pkill walker
uwsm app -- walker --gapplication-service &