user_create_post.sh according to reseller name

rocoso

New member
Joined
Sep 7, 2008
Messages
3
Is there anyway to make user_create_post.sh only work according to reseller name or package name?

I tried the follow with now success.


if [ "$package" = "packagename" ]; then
 
thanks but how would i do that?
I know that $creator = reseller

I want the script to only run for a particular reseller.
 
THANKS that works!! For some reason when i tried that it didn't work before... guess i had something wrong.. :D
 
Back
Top