From 9e9cdd3618791047c21502e5a8e2824b7f2b1a57 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 8 Oct 2023 10:53:00 -0600 Subject: rename --- appspec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appspec.yml') diff --git a/appspec.yml b/appspec.yml index bf61d74..90a7f55 100644 --- a/appspec.yml +++ b/appspec.yml @@ -11,10 +11,10 @@ hooks: timeout: 300 runas: root ApplicationStart: - - location: start_application + - location: scripts/start_application.sh timeout: 300 runas: root ApplicationStop: - - location: stop_application + - location: scripts/stop_application.sh timeout: 300 runas: root \ No newline at end of file -- cgit v1.2.3