Compare commits

..

No commits in common. "9639d24e82e57c2f99cfea4993cf8da9693881db" and "d47f3e17d757e1644737329544bccdf37315abaf" have entirely different histories.

2
run.sh
View file

@ -4,7 +4,7 @@
SESSION_NAME="ubertuberFrontend"
# Command to run your Node.js script
NODE_COMMAND="node /home/sparky/ubertuber-backend/index.js"
NODE_COMMAND="node /home/sparky/ubertube-backend/index.js"
# Check if the screen session already exists
if screen -list | grep -q "$SESSION_NAME"; then