Skip to content

Instantly share code, notes, and snippets.

@vahid162
vahid162 / fix_mirzabot.sh
Created July 25, 2025 12:18
Maintain server security with shell_exec in using mirzabot
#!/bin/bash
# --- Automatic Security Fix Script for Telegram Bot (Auto-detect Path) ---
# --- Configuration ---
HELPER_SCRIPT_PATH="/usr/local/bin/cron_helper.sh"
SUDOERS_FILE="/etc/sudoers.d/99-bot-helper"
# --- Functions ---
print_info() { echo "INFO: $1"; }