Introduction
Feature lists can be updated from WHM or the command line. This article provides the procedure to update a feature list from the command line.
Procedure
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Run the following command to update the feature list.
whmapi1 update_featurelist featurelist=$featurelist $featurename1=$value1 $featurename2=$value2
Please note that "$featurelist," "$featurename1," "$value1," "$featurename2," and "$value2" must be replaced with the feature list name, first feature name, first feature's value, second feature name, and second feature's value respectively.
Please note that a feature's value can be
1
to enable the feature or0
to disable the feature.
Additional resources
Comments
0 comments
Article is closed for comments.