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"