fix email_user var in docker
This commit is contained in:
parent
fb50d7f0d0
commit
98ca5e5c55
|
@ -1,6 +1,7 @@
|
|||
MESH_HOST=mesh.example.com
|
||||
MESH_USER=mesh
|
||||
MESH_PASS=meshpass
|
||||
EMAIL_USER=admin@example.com
|
||||
|
||||
MONGODB_USER=mongouser
|
||||
MONGODB_PASSWORD=mongopass
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
node node_modules/meshcentral --createaccount ${MESH_USER} --pass ${MESH_PASS} --email ${EMAIL}
|
||||
node node_modules/meshcentral --createaccount ${MESH_USER} --pass ${MESH_PASS} --email ${EMAIL_USER}
|
||||
node node_modules/meshcentral --adminaccount ${MESH_USER}
|
||||
|
||||
FILE=/token/token.key
|
||||
|
|
Loading…
Reference in New Issue