Files
appstore-dpanel/apps/telegram-bot-api/8.1/scripts/uninstall.sh
T
2024-12-06 02:02:53 +00:00

11 lines
118 B
Bash

#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi