Skip to main content

How to update all packages with a same item value

Comments

2 comments

  • nixuser
    use cPanel script, /usr/local/cpanel/scripts/updateuserdomains or /scripts/updateuserdomains after changing the files manually. You could use a search and replace one-liner in loop from commandline to modify the files. Also, the same can be set in tweak settings > mail tab.
    0
  • cPanelLauren
    A simple sed command would suffice I'd assume: sed -i 's/unlimited/50/g' /var/cpanel/packages/*
    0

Please sign in to leave a comment.