hi all
I need your help for a little script
I found this one but not complete:
#!/bin/sh
cd /var/cpanel/suspended/
for user in *
do
echo y | /scripts/killacct $user
done
exit
I want not remove accounts suspended due to the bandwith limit and I want to keep users from march 2007
thx for your help



LinkBack URL
About LinkBacks
Reply With Quote





