forgot an r

This commit is contained in:
The Ghost of FOSS' Past 2024-10-28 12:42:30 -05:00
parent 0cb010f320
commit 73d88e981c

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