mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:50:42 +00:00
fix: repair packaged plugin runtime mirrors
This commit is contained in:
@@ -44,6 +44,10 @@ case "$cmd" in
|
||||
status)
|
||||
exit 0
|
||||
;;
|
||||
is-active)
|
||||
echo "inactive" >&2
|
||||
exit 3
|
||||
;;
|
||||
is-enabled)
|
||||
unit="${args[1]:-}"
|
||||
unit_path="$HOME/.config/systemd/user/${unit}"
|
||||
|
||||
Reference in New Issue
Block a user