config_query_option  FWKNOP_SERVER                   \
                     "Install server component?"  y  \
                     ""                              \
                     "--client-only"                 &&

if [[ $FWKNOP_SERVER == '--client-only' ]]
then
  message  "${MESSAGE_COLOR}The init script is useful only"  \
           "with the server component.$DEFAULT_COLOR"
fi
