diff --git a/appspec.yml b/appspec.yml index 9882a4f..f403554 100644 --- a/appspec.yml +++ b/appspec.yml @@ -14,10 +14,10 @@ permissions: hooks: AfterInstall: - - location: scripts/stop.sh + - location: ./scripts/stop.sh timeout: 60 runas: ubuntu ApplicationStart: - - location: scripts/start.sh + - location: ./scripts/start.sh timeout: 60 runas: ubuntu \ No newline at end of file