From fc236c1c30a904d5d0dfbe04467641f6b3fb1314 Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Sat, 18 May 2024 09:13:15 +0100 Subject: [PATCH] Update appspec.yml --- appspec.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appspec.yml b/appspec.yml index 0b5554e..541d149 100644 --- a/appspec.yml +++ b/appspec.yml @@ -6,13 +6,13 @@ files: hooks: BeforeInstall: - location: scripts/before_install.sh - runas: ubuntu + runas: root AfterInstall: - location: scripts/after_install.sh - runas: ubuntu + runas: root ApplicationStart: - location: scripts/start_server.sh runas: ubuntu ApplicationStop: - location: scripts/stop_server.sh - runas: ubuntu + runas: root