mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
do not echo admin.txt to stdout
This commit is contained in:
parent
cb4f5e93c8
commit
13cfadb07b
|
@ -2,7 +2,7 @@
|
|||
|
||||
function init_seahub {
|
||||
/scripts/create_data_links.sh
|
||||
echo "{ \"email\": \"${SEAFILE_ADMIN_EMAIL}\",\"password\": \"${SEAFILE_ADMIN_PASSWORD}\"}" | tee /opt/seafile/conf/admin.txt
|
||||
echo "{ \"email\": \"${SEAFILE_ADMIN_EMAIL}\",\"password\": \"${SEAFILE_ADMIN_PASSWORD}\"}" >/opt/seafile/conf/admin.txt
|
||||
python3 /opt/seafile/seafile-server-latest/check_init_admin.py
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue