
面板重建directadmin user.list用户
Create a fix.sh somewhere and fill it with the following code:
#!/bin/sh
cd /usr/local/directadmin/data/users
for r in `ls */reseller.conf | cut -d/ -f1`; do
{
 ...
关于 重建directadmin 的文章共有1条