Skip to content

Commit

Permalink
Fix installApplication.sh script to get NVM path
Browse files Browse the repository at this point in the history
  • Loading branch information
matjazv committed Aug 15, 2024
1 parent 354f236 commit 2de08ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/installApplication.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

source $HOME/.bashrc

# Install application
app_dir_name=/home/ubuntu/lisk-across-relayer
cd $app_dir_name
Expand Down

0 comments on commit 2de08ea

Please sign in to comment.