release: sync public installer asset install.sh
This commit is contained in:
@@ -1075,6 +1075,10 @@ if [[ $migration_rc -ne 0 ]]; then
|
||||
fi
|
||||
printf '数据库初始化完成\n'
|
||||
printf '数据库初始化完成\n' >>"$INSTALL_LOG"
|
||||
if [[ $MENU_PROFILES == 'xiaoya xiaoya-control' ]]; then
|
||||
printf '本机小雅控制器连接信息:\n'
|
||||
print_controller_info
|
||||
fi
|
||||
progress '启动 XyMediaVault 服务'
|
||||
set +e
|
||||
run_logged "${COMPOSE[@]}" --project-directory "$INSTALL_DIR" --env-file "$INSTALL_DIR/.env" -f "$INSTALL_DIR/compose.yaml" "${COMPOSE_FUSE[@]}" up -d app
|
||||
|
||||
Reference in New Issue
Block a user