Skip to content

Commit

Permalink
Update conexao
Browse files Browse the repository at this point in the history
  • Loading branch information
sbatrow authored Apr 20, 2022
1 parent 036eda7 commit ea56002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modulos/conexao
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

[[ $(awk -F" " '{print $2}' /usr/lib/licence) == "@Darks_SSH" ]] && {
[[ $(awk -F" " '{print $2}' /usr/lib/licence) == "@CRAZY_VPN" ]] && {
ram1=$(free -h | grep -i mem | awk {'print $2'})
ram2=$(free -h | grep -i mem | awk {'print $4'})
ram3=$(free -h | grep -i mem | awk {'print $3'})
Expand Down

0 comments on commit ea56002

Please sign in to comment.