Explorar el Código

更新 'entrypoint.sh'

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

+ 1 - 1
entrypoint.sh

@@ -3,6 +3,6 @@
 set -e
 set -o pipefail
 
-chmod +x /root/flask_zbx_tools/start.sh
+chmod +x /app/soft/flask_zbx_tools/start.sh
 
 exec "$@"