Browse Source

Created run script

pull/4/head
jrtechs 6 years ago
parent
commit
9e44b8cc5c
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      run

+ 9
- 0
run View File

@ -0,0 +1,9 @@
#!/bin/bash
# run - this script enters a infinite loop to ensure that the website does not go down if it
# hits any unexpected error that crashes Nodejs
#
# 2/13/18 Jeffery Russell
while true
do nodejs server.js
done

Loading…
Cancel
Save