Skip to content

Commit

Permalink
Execute installDependencies script as a root (#35)
Browse files Browse the repository at this point in the history
### What was the problem?

This PR resolves LISK-944.

### How was it solved?

Script `installDependencies.sh` will be executed as root when deploying
on AWS.
  • Loading branch information
matjazv authored and sameersubudhi committed Sep 6, 2024
1 parent 20fa984 commit 10704ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ files:
hooks:
AfterInstall:
- location: scripts/installDependencies.sh
runas: root
- location: scripts/installApplication.sh
runas: root
ApplicationStart:
Expand Down

0 comments on commit 10704ed

Please sign in to comment.