File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ node_modules
9
9
settings.json
10
10
config /local.yml
11
11
config /local- * .yml
12
+ screenlog. *
Original file line number Diff line number Diff line change 1
1
./stop.sh $1
2
- ./start.sh $1
2
+ ./start.sh $1
Original file line number Diff line number Diff line change 1
1
# Make it so the default deployment is "main"
2
2
DEPLOYMENT=${1:- main}
3
3
# Start a screen called "mojiradiscordbot-<deployment>" with the node process
4
- /usr/bin/screen -S mojiradiscordbot-$DEPLOYMENT -d -m bash -c " NODE_ENV=$DEPLOYMENT node bin" ; exit
4
+ /usr/bin/screen -S mojiradiscordbot-$DEPLOYMENT -L - d -m bash -c " NODE_ENV=$DEPLOYMENT node bin" ; exit
Original file line number Diff line number Diff line change 1
1
# Send ^C to screen session window
2
- screen -S mojiradiscordbot-$1 -X stuff $' \003 '
2
+ screen -S mojiradiscordbot-$1 -X stuff $' \003 '
You can’t perform that action at this time.
0 commit comments