From 9c60f0f97eb22c4db39791905cadb93d76ac1257 Mon Sep 17 00:00:00 2001 From: Ionut-Cristian Florescu Date: Fri, 27 May 2016 01:27:50 +0300 Subject: [PATCH] Minor updates --- README.md | 14 +++++++------- bin/control | 2 ++ usr/template/static/index.html | 2 +- usr/template/utils/sys-info.js | 9 +++------ 4 files changed, 13 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index d67d4d7..0f32aa0 100644 --- a/README.md +++ b/README.md @@ -133,16 +133,16 @@ What's wrong? Since you're here, chances are you might also be interested in this [custom MongoDB cartridge](https://github.com/icflorescu/openshift-cartridge-mongodb). -## Credits - -See contributors [here](https://github.com/icflorescu/openshift-cartridge-nodejs/graphs/contributors). - -If you find this repo useful, don't hesitate to give it a star and [spread the word](http://twitter.com/share?text=Checkout%20this%20custom%20Node.js%20cartridge%20for%20OpenShift!&url=http%3A%2F%2Fgithub.com/icflorescu/openshift-cartridge-nodejs&hashtags=javascript,nodejs,openshift&via=icflorescu). - ## Before raising issues I'm getting lots of questions from people just learning to do web development or simply looking to solve a very specific problem they're dealing with. While I will answer some of them for the benefit of the community, please understand that open-source is a shared effort and it's definitely not about piggybacking on other people's work. On places like GitHub, that means raising issues is encouraged, but coming up with useful PRs is a lot better. If I'm willing to share some of my code for free, I'm doing it for a number of reasons: my own intellectual challenges, pride, arrogance, stubbornness to believe I'm bringing a contribution to common progress and freedom, etc. Your particular well-being is probably not one of those reasons. I'm not in the business of providing free consultancy, so if you need my help to solve your specific problem, there's a fee for that. - + +## Credits + +See contributors [here](https://github.com/icflorescu/openshift-cartridge-nodejs/graphs/contributors). + +If you find this repo useful, don't hesitate to give it a star and [spread the word](http://twitter.com/share?text=Checkout%20this%20custom%20Node.js%20cartridge%20for%20OpenShift!&url=http%3A%2F%2Fgithub.com/icflorescu/openshift-cartridge-nodejs&hashtags=javascript,nodejs,openshift&via=icflorescu). + ## License The [ISC License](https://github.com/icflorescu/openshift-cartridge-nodejs/blob/master/LICENSE). diff --git a/bin/control b/bin/control index 1fb6a5d..744ffc5 100755 --- a/bin/control +++ b/bin/control @@ -94,7 +94,9 @@ function status() { function tidy() { shopt -s dotglob + client_message "Emptying logs in ${OPENSHIFT_LOG_DIR}..." rm -rf ${OPENSHIFT_LOG_DIR}/*.log* + client_message 'Done tidying up Node.js cartridge.' } case ${1} in diff --git a/usr/template/static/index.html b/usr/template/static/index.html index 76838ba..8f2b9ef 100644 --- a/usr/template/static/index.html +++ b/usr/template/static/index.html @@ -25,7 +25,7 @@ - +