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-07-03 09:07:44 +0300
committerSameer Naik <sameer@damagehead.com>2015-07-03 09:07:44 +0300
commitd7c6318c21e449eada0728fcb21f5d4bfc4a9c91 (patch)
tree7b3ebfeeb9d9bca16f7d10dec78a2d7e8daed75f /entrypoint.sh
parent64d48c8a7f39d87b4b992c9d286b27400603ff09 (diff)
dockerfile: moved `OWNCLOUD_CONF_DIR` and `OWNCLOUD_OCDATA_DIR` variable to dockerfile
Diffstat (limited to 'entrypoint.sh')
-rwxr-xr-xentrypoint.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/entrypoint.sh b/entrypoint.sh
index b73e037..94e857f 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -1,9 +1,6 @@
#!/bin/bash
set -e
-OWNCLOUD_CONF_DIR=${OWNCLOUD_DATA_DIR}/conf
-OWNCLOUD_OCDATA_DIR=${OWNCLOUD_DATA_DIR}/ocdata
-
OWNCLOUD_FQDN=${OWNCLOUD_FQDN:-localhost}
DB_TYPE=${DB_TYPE:-}