forgot an r
This commit is contained in:
parent
0cb010f320
commit
73d88e981c
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -4,7 +4,7 @@
|
|||
SESSION_NAME="ubertuberFrontend"
|
||||
|
||||
# Command to run your Node.js script
|
||||
NODE_COMMAND="node /home/sparky/ubertube-backend/index.js"
|
||||
NODE_COMMAND="node /home/sparky/ubertuber-backend/index.js"
|
||||
|
||||
# Check if the screen session already exists
|
||||
if screen -list | grep -q "$SESSION_NAME"; then
|
||||
|
|
Loading…
Reference in a new issue