feat(detmir): add rust-first operations tooling
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
if [[ -x /usr/local/bin/aw-health-check-rust ]]; then
|
||||
exec /usr/local/bin/aw-health-check-rust "$@"
|
||||
fi
|
||||
|
||||
exec /opt/activitywatch/aw-rus-ops/health-check.sh "$@"
|
||||
Reference in New Issue
Block a user