From e4c786d333d93c5c8fbdc182a9869840acfe34e2 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 21 Sep 2026 17:14:09 +0200 Subject: [PATCH] Clean up comments in anki-sync-server.sh Removed comments about local core checkout and credential storage. --- ct/anki-sync-server.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ct/anki-sync-server.sh b/ct/anki-sync-server.sh index 25933dcc0..d585ad884 100644 --- a/ct/anki-sync-server.sh +++ b/ct/anki-sync-server.sh @@ -1,8 +1,5 @@ #!/usr/bin/env bash _CS_DEFAULT_URL="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main" -# Engine comes from community-scripts/core; this repo only ships the scripts. -# A local core checkout wins (COMMUNITY_SCRIPTS_CORE_DIR, else a sibling ../core), -# so a fork or branch of core can be tested without editing this file. _cs_boot="${COMMUNITY_SCRIPTS_CORE_DIR:-$(dirname "${BASH_SOURCE[0]}")/../../core}/core/build.func" source "$_cs_boot" 2>/dev/null || source <(curl -fsSL "${COMMUNITY_SCRIPTS_CORE_URL:-https://raw.githubusercontent.com/community-scripts/core/main}/core/build.func") # Copyright (c) 2021-2026 community-scripts ORG @@ -67,5 +64,3 @@ msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW}Access it using the following URL:${CL}" echo -e "${GATEWAY}${BGN}http://${IP}:8080${CL}" -echo -e "${INFO}${YW}Credentials are stored in:${CL}" -echo -e "${GATEWAY}${BGN}/opt/anki-sync-server/.env${CL}"