mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Avoid error if opencode isn't running. (#4566)
This commit is contained in:
@@ -2,4 +2,6 @@
|
|||||||
|
|
||||||
# Reload opencode configuration (used by the Omarchy theme switching).
|
# Reload opencode configuration (used by the Omarchy theme switching).
|
||||||
|
|
||||||
killall -SIGUSR2 opencode
|
if pgrep -x opencode >/dev/null; then
|
||||||
|
killall -SIGUSR2 opencode
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user