Explorar el Código

更新 'entrypoint.sh'

robert hace 5 años
padre
commit
23d8ebfee1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      entrypoint.sh

+ 1 - 1
entrypoint.sh

@@ -5,7 +5,7 @@ set -o pipefail
 
 
 mkdir -p /data/log/devlog/ /data/log/other/  /data/project/  /data/log/novelweb/
-chown resin:resin -R  /data 
+chown book:book -R  /data /var/resin/
 
 
 exec "$@"