Disable All Commercial Modules using command.
Login to the Server using root
type below mention command.
fwconsole ma list | grep Enabled | grep Comm | awk '{print $2}' | xargs -I % sh -c 'fwconsole ma disable %'
once all modules disable type
fwconsole restart
Done, now check in Admin panel all commercial modules are disable/disappear.
Comments
Post a Comment