diff --git a/seafile/install.sh b/seafile/install.sh index c75a497..3a8b3bf 100755 --- a/seafile/install.sh +++ b/seafile/install.sh @@ -36,13 +36,6 @@ done # Give it a moment to fully initialize sleep 5 -# Always update admin credentials using Seafile's reset-admin script -echo "Setting admin credentials..." -docker exec "${CONTAINER_NAME}" bash -c " -cd /opt/seafile/seafile-server-latest -echo -e '${SEAFILE_ADMIN_EMAIL}\n${SEAFILE_ADMIN_PASSWORD}\n${SEAFILE_ADMIN_PASSWORD}' | ./reset-admin.sh -" 2>&1 - echo "Installation of ${CONTAINER_NAME} complete" echo "Access Seafile at ${SEAFILE_SERVER_PROTOCOL}://${SEAFILE_SERVER_HOSTNAME}:${HTTP_PORT}" echo "Login with: ${SEAFILE_ADMIN_EMAIL}"