diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-08 10:49:33 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-08 10:49:33 -0600 |
commit | 35461ebdb5fce7671b351ddc65ab46d155dc1201 (patch) | |
tree | c81dfdafb3228f80927eb680500862de8b08c0e6 | |
parent | af6ac3f35cd83820863be271de021831b262e850 (diff) |
fix path?:
-rw-r--r-- | appspec.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appspec.yml b/appspec.yml index 90a7f55..b061d4f 100644 --- a/appspec.yml +++ b/appspec.yml @@ -11,10 +11,10 @@ hooks: timeout: 300 runas: root ApplicationStart: - - location: scripts/start_application.sh + - location: start_application.sh timeout: 300 runas: root ApplicationStop: - - location: scripts/stop_application.sh + - location: stop_application.sh timeout: 300 runas: root
\ No newline at end of file |