diff options
author | startxfr <clarue@startx.fr> | 2015-11-29 22:29:05 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-11-29 22:29:05 +0100 |
commit | a4930f0838f1224bdf4fa0885e858e7a865513ca (patch) | |
tree | a9d95b08985c439f2b812382e3b4a36cc990e87f /Services/mongo/run.sh | |
parent | eb3d88b10a0feb302a9fd1ec60a7a92caebb856c (diff) | |
download | phpmyadmin-a4930f0838f1224bdf4fa0885e858e7a865513ca.tar.gz phpmyadmin-a4930f0838f1224bdf4fa0885e858e7a865513ca.tar.bz2 phpmyadmin-a4930f0838f1224bdf4fa0885e858e7a865513ca.tar.xz phpmyadmin-a4930f0838f1224bdf4fa0885e858e7a865513ca.zip |
reshappe nodejs container
Diffstat (limited to 'Services/mongo/run.sh')
-rw-r--r-- | Services/mongo/run.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Services/mongo/run.sh b/Services/mongo/run.sh index 3dd509d..195100e 100644 --- a/Services/mongo/run.sh +++ b/Services/mongo/run.sh @@ -72,9 +72,9 @@ function end_config { # Start the mongodb server as a deamon and execute it inside # the running shell function start_daemon { - echo "=> Starting mongodb daemon ..." + echo "=> Starting mongodb daemon ..." | tee -a $STARTUPLOG su mongodb - display_container_started + display_container_started | tee -a $STARTUPLOG exec /usr/bin/mongod --config $MONGOCONF --logappend --logpath $LOG_PATH \ --dbpath $DATA_PATH --journal --httpinterface \ --rest --master --storageEngine mmapv1 @@ -89,4 +89,4 @@ check_mongodb_environment | tee -a $STARTUPLOG display_container_mongodb_header | tee -a $STARTUPLOG begin_config | tee -a $STARTUPLOG end_config | tee -a $STARTUPLOG -start_daemon | tee -a $STARTUPLOG +start_daemon |