Skip to content

Commit

Permalink
core: fix lnk upgrade link
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Jan 2, 2025
1 parent 0cbb260 commit e07cd13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrypted/core",
"version": "0.3.102",
"version": "0.3.103",
"description": "Scrypted Core plugin. Provides the UI, websocket, and engine.io APIs.",
"author": "Scrypted",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/core/src/platform/lxc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export async function checkLegacyLxc() {
if (process.env.SCRYPTED_INSTALL_ENVIRONMENT !== SCRYPTED_INSTALL_ENVIRONMENT_LXC)
return;

sdk.log.a('This system is currently running the legacy LXC installation method and must be migrated to the new LXC manually: https://docs.scrypted.app/installation.html#proxmox-ve-container-reset');
sdk.log.a('This system is currently running the legacy LXC installation method and must be migrated to the new LXC manually: https://docs.scrypted.app/install/proxmox-ve.html#proxmox-ve-container-reset');
}

const DOCKER_COMPOSE_SH_PATH = '/root/.scrypted/docker-compose.sh';
Expand Down

0 comments on commit e07cd13

Please sign in to comment.