diff --git a/ct/split-pro.sh b/ct/split-pro.sh index 8fde3584b..a33ed6ced 100644 --- a/ct/split-pro.sh +++ b/ct/split-pro.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: johanngrobe # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE @@ -34,7 +34,7 @@ function update_script() { msg_ok "Stopped Service" msg_info "Backing up Data" - cp /opt/split-pro/.env /tmp/split-pro_backup + cp /opt/split-pro/.env /opt/split-pro.env msg_ok "Backed up Data" CLEAN_INSTALL=1 fetch_and_deploy_gh_release "split-pro" "oss-apps/split-pro" "tarball" "latest" "/opt/split-pro" @@ -43,8 +43,8 @@ function update_script() { cd /opt/split-pro $STD pnpm install --frozen-lockfile $STD pnpm build - cp /tmp/split-pro_backup /opt/split-pro/.env - rm -f /tmp/split-pro_backup + cp /opt/split-pro.env /opt/split-pro/.env + rm -f /opt/split-pro.env ln -sf /opt/split-pro_data/uploads /opt/split-pro/uploads $STD pnpm exec prisma migrate deploy msg_ok "Built Application" diff --git a/frontend/public/json/split-pro.json b/frontend/public/json/split-pro.json index 5b3561818..34b85b49c 100644 --- a/frontend/public/json/split-pro.json +++ b/frontend/public/json/split-pro.json @@ -9,7 +9,7 @@ "updateable": true, "privileged": false, "interface_port": 3000, - "documentation": "https://github.com/oss-apps/split-pro", + "documentation": "https://github.com/oss-apps/split-pro/blob/main/docker/README.md", "website": "https://github.com/oss-apps/split-pro", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/splitpro.webp", "config_path": "/opt/split-pro/.env",