Skip to main content

Edited /var/cpanel/packages by hand

Comments

3 comments

  • cPRex Jurassic Moderator
    Hey there! There isn't a nice script for this work, but if you make the change with the API it will handle that for you:
    0
  • jmginer
    Fixed doing this: cd /var/cpanel/packages; for f in *; do whmapi1 editpkg name="$f" featurelist=default; done
    0
  • cPRex Jurassic Moderator
    Nice!
    0

Please sign in to leave a comment.