Răsfoiți Sursa

Bumped version to 0.0.12

Jannick Knudsen 6 ani în urmă
părinte
comite
ed9be0666a
4 a modificat fișierele cu 6 adăugiri și 5 ștergeri
  1. 1 1
      CloudronManifest.json
  2. 1 1
      VERSION
  3. 1 0
      VERSIONLOG
  4. 3 3
      start.sh

+ 1 - 1
CloudronManifest.json

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

+ 1 - 1
VERSION

@@ -1 +1 @@
-v0.0.11
+v0.0.12

+ 1 - 0
VERSIONLOG

@@ -8,3 +8,4 @@ v0.0.8
 v0.0.9
 v0.0.10
 v0.0.11
+v0.0.12

+ 3 - 3
start.sh

@@ -8,9 +8,9 @@ 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/config
-chown -R cloudron:cloudron /app/data/certs
+#echo "Changing ownership"
+#chown -R cloudron:cloudron /app/data/config
+#chown -R cloudron:cloudron /app/data/certs
 
 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