From 685601bbe44f9c1e0a6175e908eff4c592d4e30f Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Fri, 17 May 2024 13:54:02 +0100 Subject: [PATCH] Update appspec.yml --- appspec.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appspec.yml b/appspec.yml index 00efc1b..e7d440f 100644 --- a/appspec.yml +++ b/appspec.yml @@ -6,7 +6,6 @@ files: hooks: BeforeInstall: - location: scripts/BeforeInstall.sh - runas: ubuntu AfterInstall: - location: scripts/AfterInstall.sh runas: ubuntu