#!/bin/bash
export TEXTDOMAINDIR="/usr/share/locale"
export TEXTDOMAIN=bigapache
# Import BigControlCenter base modules / Importa os módulos básicos do BigControlCenter
# That's include jquery and materialize / Isso inclui o jquery e o materialize
# http://materializecss.com/
. /usr/share/bigbashview/bcc/shell/base.sh
#Title/Description variables
bcc_title=$"Desenvolvimento WEB"
bcc_description=$"Instale servidores e outras facilidades"
# To disable logo use: bcc_logo="no"
bcc_logo="logo.png"
# About variables
# To disable about use: bcc_about="no"
bcc_about="yes"
bcc_about_license=$"GPL v2 ou maior"
bcc_about_by="Bruno Gonçalves"
bcc_about_release_date=$"15/07/2017"
bcc_about_url_code="https://github.com/biglinux/bigapache"
bcc_about_url_project="https://www.biglinux.com.br"
# Print header in screen
bcc_header
###############
# Start Content
bigsudo /usr/share/bigbashview/bcc/apps/apache/apache-permission-user.sh "$USER"
echo '