From d81d3a714b0b39e0ec296dee78bb0f7a41f48f36 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Sun, 7 Oct 2018 17:26:00 -0400 Subject: [PATCH] Add pm2 save and pm2 startup --- scripts/intval3-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/intval3-install.sh b/scripts/intval3-install.sh index 41c0bc2..2c6ab53 100644 --- a/scripts/intval3-install.sh +++ b/scripts/intval3-install.sh @@ -43,5 +43,7 @@ echo "Install node" npm install sudo pm2 start process.json +sudo pm2 save +sudo pm2 startup echo "Finished installing intval3" \ No newline at end of file