From 88d0d8b4a956f415c93d2ab33b61b03aa24ccfaa Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 10 Apr 2026 13:34:09 +0200 Subject: [PATCH] Update install/bentopdf-install.sh Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> --- install/bentopdf-install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install/bentopdf-install.sh b/install/bentopdf-install.sh index 9b46260f8..cb9dce043 100644 --- a/install/bentopdf-install.sh +++ b/install/bentopdf-install.sh @@ -26,11 +26,9 @@ export NODE_OPTIONS="--max-old-space-size=3072" export SIMPLE_MODE=true export VITE_USE_CDN=true $STD npm run build:all -if [[ ! -f /opt/bentopdf/dist/config.json ]]; then - cat <<'EOF' >/opt/bentopdf/dist/config.json +cat <<'EOF' >/opt/bentopdf/dist/config.json {} EOF -fi msg_ok "Setup BentoPDF" msg_info "Creating Service"