From d19ac0957548a99692d2b3adf58769e72b03f0b6 Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Sat, 18 May 2024 11:53:09 +0100 Subject: [PATCH] Update appspec.yml --- appspec.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appspec.yml b/appspec.yml index 541d149..14b7d1d 100644 --- a/appspec.yml +++ b/appspec.yml @@ -6,7 +6,6 @@ files: hooks: BeforeInstall: - location: scripts/before_install.sh - runas: root AfterInstall: - location: scripts/after_install.sh runas: root