From d56fdc24abd5615a0c6baa557d8b12654557e84e Mon Sep 17 00:00:00 2001 From: Samuel Rios Carvalho Date: Tue, 21 May 2024 15:26:16 -0300 Subject: [PATCH] Fix path for the repo --- config_ambiente.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_ambiente.sh b/config_ambiente.sh index 278d563..9d7164c 100644 --- a/config_ambiente.sh +++ b/config_ambiente.sh @@ -20,7 +20,7 @@ curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash - # Instalando e iniciando o WPP Connect cd ~ git clone https://github.com/marcilioramos/msr-zap.git -cd wppconnect-server +cd msr-zap/src npm install npm run build sudo npm install -g pm2