Edit file File name : postwwwacctuser Content :#!/bin/bash /app/bin/adduservhost.sh $1 resellerstatus=`cat /var/cpanel/users/$1 | grep OWNER | cut -d"=" -f2` if [ $resellerstatus == "root" ]; then usermod -G $1 $1 setquota -u $1 0 0 0 600000 /home else usermod -G $1 $1 fi Save