Skip to content

Commit

Permalink
fix: use bash profile
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Mar 20, 2024
1 parent 0f841bc commit 2ffbbc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/scripts/after-install.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source /home/ubuntu/.bashrc
source /home/ubuntu/.profile
npm i
2 changes: 1 addition & 1 deletion aws/scripts/application-start.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source /home/ubuntu/.bashrc
source /home/ubuntu/.profile
npm run start

0 comments on commit 2ffbbc5

Please sign in to comment.