Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

hackall360
Copy link
Contributor

Summary

  • Prevent setup.sh from exiting when environment variables are missing by ignoring printenv and grep failures.
  • Add root/systemd checks in install.sh so service installation gracefully aborts when systemd or sudo is unavailable.

Testing

  • bash -n setup.sh install.sh
  • python3 -m py_compile api_client.py bot.py commands.py config.py data_manager.py memory_manager.py message_handler.py
  • ./setup.sh <<'EOF' y EOF
  • bash install.sh >/tmp/install.log 2>&1; tail -n 20 /tmp/install.log

https://chatgpt.com/codex/tasks/task_b_68958f2761048329abb524bf1013a6be

@hackall360 hackall360 merged commit b9fc646 into develop Aug 8, 2025
@hackall360 hackall360 deleted the codex/2025-08-08-test-and-fix-discord-bot-errors branch August 8, 2025 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant