mirror of
https://ghproxy.net/https://github.com/netcccyun/dnsmgr.git
synced 2026-07-23 12:28:04 +08:00
7 lines
94 B
Bash
7 lines
94 B
Bash
#!/bin/bash
|
|
|
|
if [ -f "/app/www/.env" ]; then
|
|
php /app/www/think dmtask
|
|
else
|
|
exit 0
|
|
fi
|