mirror of
https://github.com/trufflesecurity/xsshunter
synced 2024-11-10 06:44:13 +00:00
much supahvised (#31)
This commit is contained in:
parent
999e0d701c
commit
7cbd6b7cac
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo "Starting server..."
|
||||
node server.js
|
||||
if [ "$NODE_ENV" = "development" ]; then
|
||||
node server.js
|
||||
else
|
||||
pm2-runtime server.js
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue