Browse Source

more debug output

Girish Ramakrishnan 9 năm trước cách đây
mục cha
commit
e8d64f2498
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      start.sh

+ 3 - 0
start.sh

@@ -23,5 +23,8 @@ setup="{
 }"
 
 export NODE_ENV=production
+echo "Creating config.json"
 node /app/code/app --setup "${setup}"
+
+echo "Starting nodebb"
 /usr/local/bin/gosu cloudron:cloudron node /app/code/loader.js --no-daemon