
  if ! [[ -d /var/ntop ]]; then
    mkdir -p /var/ntop
  fi
  if ! [[ -f /etc/config.d/ntop.conf ]]; then
    cp $SCRIPT_DIRECTORY/ntop.conf /etc/config.d/ntop.conf
  fi

