From 17033e4ab95855452335cf8a18abce80c5c94be8 Mon Sep 17 00:00:00 2001 From: siepra Date: Thu, 21 Mar 2024 16:19:26 +0100 Subject: [PATCH] fix: cd repo before install --- aws/scripts/after-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/aws/scripts/after-install.sh b/aws/scripts/after-install.sh index 4c41b92..8a84712 100644 --- a/aws/scripts/after-install.sh +++ b/aws/scripts/after-install.sh @@ -3,4 +3,5 @@ curl -sL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh sudo bash nodesource_setup.sh sudo apt install nodejs -y +cd /home/ubuntu/qss npm i