refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions

View File

@@ -32,7 +32,7 @@ case "$AUTH_STATUS" in
"$SCRIPT_DIR/claude-auth-status.sh" full
exit 0
;;
CLAUDE_EXPIRING|CLAWDBOT_EXPIRING)
CLAUDE_EXPIRING|OPENCLAW_EXPIRING|CLAWDBOT_EXPIRING)
echo -e "${YELLOW}Auth is expiring soon.${NC}"
echo ""
;;
@@ -69,11 +69,11 @@ if claude setup-token; then
echo ""
"$SCRIPT_DIR/claude-auth-status.sh" full
# Restart moltbot service if running
if systemctl --user is-active moltbot >/dev/null 2>&1; then
# Restart openclaw service if running
if systemctl --user is-active openclaw >/dev/null 2>&1; then
echo ""
echo "Restarting moltbot service..."
systemctl --user restart moltbot
echo "Restarting openclaw service..."
systemctl --user restart openclaw
echo -e "${GREEN}Service restarted.${NC}"
fi
else