mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-28 09:59:59 -04:00
Updated to reflect changes to install dependencies and property reading
This commit is contained in:
@@ -6,7 +6,7 @@ files:
|
||||
hooks:
|
||||
AfterInstall:
|
||||
-
|
||||
location: scripts/install_dependencies.sh
|
||||
location: scripts/aws_install_dependencies.sh
|
||||
runas: root
|
||||
timeout: 300
|
||||
ApplicationStart:
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Starting application"
|
||||
export NOTIFICATIONS_ADMIN_ENVIRONMENT='live'
|
||||
cd ~/notifications-admin/;
|
||||
sudo service notifications-admin start
|
||||
Reference in New Issue
Block a user