Compare commits
No commits in common. "9639d24e82e57c2f99cfea4993cf8da9693881db" and "d47f3e17d757e1644737329544bccdf37315abaf" have entirely different histories.
9639d24e82
...
d47f3e17d7
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -4,7 +4,7 @@
|
||||||
SESSION_NAME="ubertuberFrontend"
|
SESSION_NAME="ubertuberFrontend"
|
||||||
|
|
||||||
# Command to run your Node.js script
|
# 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
|
# Check if the screen session already exists
|
||||||
if screen -list | grep -q "$SESSION_NAME"; then
|
if screen -list | grep -q "$SESSION_NAME"; then
|
||||||
|
|
Loading…
Reference in a new issue