mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-08 22:31:28 +03:00
Switched nodemon to foreverjs to hopefully enable restarting internally and fix runtime errors
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
CMD="nodemon app.js"
|
||||
CMD="forever app.js"
|
||||
|
||||
# if the first arg starts with "-" pass it to program
|
||||
if [ "${1#-}" != "$1" ]; then
|
||||
|
||||
Reference in New Issue
Block a user