Quantcast
Channel: FreePBX Community Forums - Latest posts
Viewing all articles
Browse latest Browse all 228445

Minimal FreePBX 17 Install

$
0
0

The script is calling this function to do it:

remove_commercial_modules() {
  comm_modules=$(fwconsole ma list | grep Commercial | awk '{print $2}')
  echo "$comm_modules" | xargs -I {} fwconsole ma -f uninstall {} >> "$log"
  echo "$comm_modules" | xargs -I {} fwconsole ma remove {} >> "$log"
  # Remove firewall module also because it depends on commercial sysadmin module
  fwconsole ma uninstall firewall >> "$log"
  fwconsole ma remove firewall >> "$log"
}

Viewing all articles
Browse latest Browse all 228445

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>