From: Guillaume Pellerin Date: Wed, 20 Jan 2016 15:39:05 +0000 (+0100) Subject: ortho X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=29f2ec54fe1438eb47eb7ddf92d61335a14c9e9f;p=mezzo.git ortho --- diff --git a/init.sh.example b/init.sh.example index 61fb2497..bcd93942 100644 --- a/init.sh.example +++ b/init.sh.example @@ -20,7 +20,7 @@ UPOPTS="-d --no-recreate --no-build --no-deps" case "$1" in start) - log_daemon_msg "Starting $PROJECT_NAME Compositon" "$PROJECT_NAME" || true + log_daemon_msg "Starting $PROJECT_NAME Composition" "$PROJECT_NAME" || true docker-compose $OPTS up $UPOPTS ;;