Skip to content

Commit 9d82643

Browse files
ChristophBodensteinChristophBodenstein
ChristophBodenstein
authored and
ChristophBodenstein
committed
added while loop in start.sh
1 parent e2a82e7 commit 9d82643

File tree

1 file changed

+2
-0
lines changed
  • TOEDistributionServer/src/node/tns

1 file changed

+2
-0
lines changed

TOEDistributionServer/src/node/tns/start.sh

+2
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
mongod --config mongoconfig.conf &
33
set PORT=80
44
export PORT=80
5+
while true; do
56
npm start
7+
done

0 commit comments

Comments
 (0)