mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
run socat in endless loop, watch seafile-server
This commit is contained in:
parent
308646ad5c
commit
cb4f5e93c8
|
@ -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 |& tee /dev/null
|
||||
echo "{ \"email\": \"${SEAFILE_ADMIN_EMAIL}\",\"password\": \"${SEAFILE_ADMIN_PASSWORD}\"}" | tee /opt/seafile/conf/admin.txt
|
||||
python3 /opt/seafile/seafile-server-latest/check_init_admin.py
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue