release: sync public installer asset install.sh
This commit is contained in:
+5
-1
@@ -1073,8 +1073,12 @@ if [[ $migration_rc -ne 0 ]]; then
|
|||||||
fi
|
fi
|
||||||
die "数据库初始化失败(退出码:$migration_rc)"
|
die "数据库初始化失败(退出码:$migration_rc)"
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user