From c270f7889ba073b41b7ad5367de81f2dfc44d0dc Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Fri, 17 May 2024 13:49:13 +0100 Subject: [PATCH] Update appspec.yml --- appspec.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/appspec.yml b/appspec.yml index 9312b60..00efc1b 100644 --- a/appspec.yml +++ b/appspec.yml @@ -5,8 +5,11 @@ files: destination: /home/ubuntu/song-recognition hooks: BeforeInstall: - - location: scripts/BeforeInstall.sh + - location: scripts/BeforeInstall.sh + runas: ubuntu AfterInstall: - - location: scripts/AfterInstall.sh + - location: scripts/AfterInstall.sh + runas: ubuntu ApplicationStart: - location: scripts/ApplicationStart.sh + runas: ubuntu