We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c76ef commit 26e9506Copy full SHA for 26e9506
static/scripts/install-nim-bundle.sh
@@ -448,7 +448,6 @@ check_nim_dashboard_status(){
448
sleep 60
449
if ! curl -k -v https://localhost/ui/ 2>/dev/null| grep -q "NGINX"; then
450
echo "NGINX Instance Manager failed to start"
451
- cat /var/log/nms/nms.log
452
exit 1
453
else
454
echo -e "${GREEN}NGINX Instance Manager Successfully Started${NC}"
0 commit comments