Skip to content
Snippets Groups Projects
Commit 625944f0 authored by Edileuton Henrique de Oliveira's avatar Edileuton Henrique de Oliveira
Browse files

agent: Remove proxy ask

parent 7ffee363
No related branches found
No related tags found
No related merge requests found
......@@ -126,27 +126,6 @@ printf "Iniciando instalação do agente DATASID. Tenha certeza de %b%b%b\n" \
"estar conectado à Internet. Além disso, para o agente funcionar \n" \
"são necessários os pacotes \"cron\" e \"sudo\".\n\n" >&3
PROXY_HOST=""
PROXY_PORT=""
PROXY_USERNAME=""
PROXY_PASSWORD=""
printf "Deseja utilizar proxy? [s/N] " >&3
read USEPROXY
if test "$USEPROXY" == "s" -o "$USEPROXY" == "S"; then
printf "Insira o HOST de seu proxy: " >&3
read PROXY_HOST
printf "Insira a PORTA de seu proxy: " >&3
read PROXY_PORT
printf "Insira o USUÁRIO de seu proxy: " >&3
read PROXY_USERNAME
printf "Insira a SENHA de seu proxy: " >&3
read PROXY_PASSWORD
fi
# Check if lastexec exist then save its content to prevent that
# agent send a inventory more than once per day
if test -f ${LASTEXEC}; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment