Change name in more places

This commit is contained in:
Les De Ridder 2018-08-01 05:49:09 +02:00
parent ab0b184646
commit ac3869bce5
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ fi
bin/installDeps.sh $* || exit 1
#Move to the node folder and start
echo "Started Etherpad..."
echo "Starting Etherpad Lite..."
SCRIPTPATH=`pwd -P`
exec node "$SCRIPTPATH/node_modules/ep_etherpad-lite/node/server.js" $*

View File

@ -27,7 +27,7 @@ exports.createServer = function () {
}
var env = process.env.NODE_ENV || 'development';
if(env !== 'production'){
console.warn("Etherpad is running in Development mode. This mode is slower for users and less secure than production mode. You should set the NODE_ENV environment variable to production by using: export NODE_ENV=production");
console.warn("Etherpad Lite is running in Development mode. This mode is slower for users and less secure than production mode. You should set the NODE_ENV environment variable to production by using: export NODE_ENV=production");
}
}

View File

@ -36,7 +36,7 @@ exports.root = path.normalize(path.join(npm.dir, ".."));
/**
* The app title, visible e.g. in the browser window
*/
exports.title = "Etherpad";
exports.title = "Etherpad Lite";
/**
* The app favicon fully specified url, visible e.g. in the browser window