Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/container.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSameer Naik <sameer@damagehead.com>2015-12-23 20:01:49 +0300
committerSameer Naik <sameer@damagehead.com>2015-12-23 20:14:01 +0300
commit01646d8b65c58cf503be76c7853a431b15639a8a (patch)
tree86610991efd8bbec302ecbf4b1478956fa8d7ea8 /entrypoint.sh
parentcdef89b11d4738b72ab93fffa375450c6e5b1b19 (diff)
use the string `ownCloud` in messages
Diffstat (limited to 'entrypoint.sh')
-rwxr-xr-xentrypoint.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/entrypoint.sh b/entrypoint.sh
index 0a279b0..91a6866 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -13,6 +13,7 @@ case ${1} in
case ${1} in
app:owncloud)
+ echo "Starting ownCloud..."
exec /usr/sbin/php5-fpm
;;
occ)