Ver código fonte

Bumped version to 0.0.10

Jannick Knudsen 6 anos atrás
pai
commit
bc43116fd3
4 arquivos alterados com 5 adições e 4 exclusões
  1. 1 1
      CloudronManifest.json
  2. 1 1
      VERSION
  3. 1 0
      VERSIONLOG
  4. 2 2
      start.sh

+ 1 - 1
CloudronManifest.json

@@ -5,7 +5,7 @@
   "description": "file://DESCRIPTION.md",
   "changelog": "file://CHANGELOG",
   "tagline": "Distributed object storage",
-  "version": "0.0.9",
+  "version": "0.0.10",
   "healthCheckPath": "/minio/login",
   "httpPort": 8000,
   "addons": {

+ 1 - 1
VERSION

@@ -1 +1 @@
-v0.0.9
+v0.0.10

+ 1 - 0
VERSIONLOG

@@ -6,3 +6,4 @@ v0.0.6
 v0.0.7
 v0.0.8
 v0.0.9
+v0.0.10

+ 2 - 2
start.sh

@@ -8,8 +8,8 @@ if ! [ -f /app/data/config/config.json ]; then
   cp /app/code/config.json /app/data/config/config.json
 fi
 
-echo "Changing ownership"
-chown -R cloudron:cloudron /app/data
+#echo "Changing ownership"
+#chown -R cloudron:cloudron /app/data
 
 echo "Starting minio"
 exec /usr/local/bin/gosu cloudron:cloudron /app/code/minio server --config-dir /app/data/config --certs-dir /app/data/certs --address :8000 /app/data/data