mta
Verified User
Is there a way I could template reseller packages to include specified user packages without manually copying via the cmdline?
For example, say under user admin's reseller cp I have created the user level packages "Gold," "Silver," "Bronze" and would like now like to create a new reseller package that includes the user level "Gold" package.
Is there any way to do this other than
etc... ?
Thanks!
For example, say under user admin's reseller cp I have created the user level packages "Gold," "Silver," "Bronze" and would like now like to create a new reseller package that includes the user level "Gold" package.
Is there any way to do this other than
Code:
cp -a /usr/local/directadmin/data/users/admin/packages/Gold.pkg /usr/local/directadmin/data/users/newreseller/packages/
echo "Gold" >> /usr/local/directadmin/data/users/newreseller/packages.list
etc... ?
Thanks!