Skip to content

Commit

Permalink
Update Script
Browse files Browse the repository at this point in the history
  • Loading branch information
AAAAAEXQOSyIpN2JZ0ehUQ committed Apr 16, 2021
1 parent e99504f commit a41a52a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion request/apache2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ sleep 0.5s
msg -bar
msg -ne "\033[1;31m [ ! ] \033[1;33m$(fun_trans "REINICIANDO SERVICOS")"
service apache2 restart > /dev/null 2>&1 &
echo -e "\033[1;32m[OK]"
echo -e " \033[1;32m[OK]"
msg -bar
sleep 0.5s
msg -ama " $(fun_trans "Sucesso Procedimento Feito")"
Expand Down
6 changes: 3 additions & 3 deletions request/openssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ msg -bar
msg -ne "\033[1;31m [ ! ] \033[1;33m$(fun_trans "REINICIANDO SERVICOS*")"
service ssh restart > /dev/null 2>&1
service sshd restart > /dev/null 2>&1
echo -e "\033[1;32m[OK]"
echo -e " \033[1;32m[OK]"
msg -bar
msg -ama " $(fun_trans "Seu Openssh foi configurado com sucesso Porta 22")"
msg -bar
Expand All @@ -105,7 +105,7 @@ msg -bar
msg -ne "\033[1;31m [ ! ] \033[1;33m$(fun_trans "REINICIANDO SERVICOS*")"
service ssh restart > /dev/null 2>&1
service sshd restart > /dev/null 2>&1
echo -e "\033[1;32m[OK]"
echo -e " \033[1;32m[OK]"
msg -bar
msg -ama " $(fun_trans "Seu Openssh foi configurado com sucesso Porta 22")"
msg -bar
Expand Down Expand Up @@ -146,7 +146,7 @@ msg -bar
msg -ne "\033[1;31m [ ! ] \033[1;33m$(fun_trans "REINICIANDO SERVICOS*")"
service ssh restart > /dev/null 2>&1
service sshd restart > /dev/null 2>&1
echo -e "\033[1;32m[OK]"
echo -e " \033[1;32m[OK]"
msg -bar
msg -ama " $(fun_trans "Porta Openssh foi configurada com sucesso")"
msg -bar
Expand Down
2 changes: 1 addition & 1 deletion request/sslh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ service sslh restart > /dev/null 2>&1
echo -e " \033[1;32m[OK]"
msg -bar
sleep 0.5s
[[ $(netstat -nplt | grep -w 'sslh' | wc -l) != '0' ]] && msg -ama " $(fun_trans "INSTALADO COM SUCESSO") !\033[0m" || echo -e " \033[1;31m$(fun_trans "ERRO INESPERADO") !\033[0m"
[[ $(netstat -nplt | grep -w 'sslh' | wc -l) != '0' ]] && msg -ama " $(fun_trans "INSTALADO COM SUCESSO") \033[0m" || echo -e " \033[1;31m$(fun_trans "ERRO INESPERADO") \033[0m"
sleep 3
msg -bar
return 0
Expand Down
3 changes: 3 additions & 0 deletions versao
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ GERENCIAR SISTEMA INTERNO
OTIMIZAR SISTEMA
MENU OPENSSH
MENU APACHE2
BADVPN EN MENU DE INSTALACAO
WEBMIN
MEJORAS SQUI
SSLH MULTIPLEX (BETA)
V2RAY (BETA)
VNC SERVER
TESTE SCRIPTS ALTERNOS (BETA)

0 comments on commit a41a52a

Please sign in to comment.