atlantis21

Well-Known Member
Sep 18, 2012
51
0
56
cPanel Access Level
Root Administrator
Hi,

I want rename package and typed this command:
cd /var/cpanel/packages
mv pkgX pkgY

Pachage was renamed, but in user account I see old name.
How update this?

I tried:
cd /var/cpanel/users
replace "PLAN=pkgX" "PLAN=pkgY" -- *

And nothing happnen....
Anybody can help me?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

Try running the following command after updating the cPanel user files:

Code:
/scripts/updateuserdomains
Thank you.