@misterhuydo/sentinel 1.4.74 → 1.4.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/generate.js +1 -1
  2. package/package.json +1 -1
package/lib/generate.js CHANGED
@@ -286,7 +286,7 @@ STOPSH
286
286
  continue
287
287
  fi
288
288
 
289
- if bash "$project_dir/start.sh"; then
289
+ if nohup bash "$project_dir/start.sh" > /tmp/sentinel-start-$name.out 2>&1; then
290
290
  started=$((started + 1))
291
291
  else
292
292
  echo "[sentinel] Failed to start $name"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@misterhuydo/sentinel",
3
- "version": "1.4.74",
3
+ "version": "1.4.75",
4
4
  "description": "Sentinel — Autonomous DevOps Agent installer and manager",
5
5
  "bin": {
6
6
  "sentinel": "./bin/sentinel.js"