From 9da1d31c94471e08d83eab402ce32e50eca5c961 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 8 Oct 2023 10:50:38 -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 b061d4f..bf61d74 100644 --- a/appspec.yml +++ b/appspec.yml @@ -11,10 +11,10 @@ hooks: timeout: 300 runas: root ApplicationStart: - - location: start_application.sh + - location: start_application timeout: 300 runas: root ApplicationStop: - - location: stop_application.sh + - location: stop_application timeout: 300 runas: root \ No newline at end of file -- cgit v1.2.3