diff --git a/scripts/start.sh b/scripts/start.sh index c081f8ff..aa367f40 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -2,5 +2,6 @@ cd /home/ubuntu/Winner-s-Record/server export ISIN=$(aws ssm get-parameters --region ap-northeast-2 --names ISIN --query Parameters[0].Value | sed 's/"//g') +export A=a authbind --deep pm2 start app.js