dnsmgr/.github/docker/config/run_tasks.sh
2026-04-11 18:16:15 +08:00

7 lines
94 B
Bash

#!/bin/bash
if [ -f "/app/www/.env" ]; then
php /app/www/think dmtask
else
exit 0
fi