release: sync public installer asset install.sh

This commit is contained in:
2026-09-02 06:24:09 +00:00
parent c643c3df2a
commit bdc15954bb
+4
View File
@@ -1075,6 +1075,10 @@ if [[ $migration_rc -ne 0 ]]; then
fi fi
printf '数据库初始化完成\n' printf '数据库初始化完成\n'
printf '数据库初始化完成\n' >>"$INSTALL_LOG" printf '数据库初始化完成\n' >>"$INSTALL_LOG"
if [[ $MENU_PROFILES == 'xiaoya xiaoya-control' ]]; then
printf '本机小雅控制器连接信息:\n'
print_controller_info
fi
progress '启动 XyMediaVault 服务' progress '启动 XyMediaVault 服务'
set +e set +e
run_logged "${COMPOSE[@]}" --project-directory "$INSTALL_DIR" --env-file "$INSTALL_DIR/.env" -f "$INSTALL_DIR/compose.yaml" "${COMPOSE_FUSE[@]}" up -d app run_logged "${COMPOSE[@]}" --project-directory "$INSTALL_DIR" --env-file "$INSTALL_DIR/.env" -f "$INSTALL_DIR/compose.yaml" "${COMPOSE_FUSE[@]}" up -d app