Compare commits

...

2 commits

2
run.sh
View file

@ -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