From 9710331bc1a84d5865d9be8578af16ce58259ab1 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Tue, 26 Aug 2025 18:06:32 -0400 Subject: [PATCH] Autocaliweb: quiesce zip output; fix service file enable --- install/autocaliweb-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/autocaliweb-install.sh b/install/autocaliweb-install.sh index 50b4a5b4..e282f782 100644 --- a/install/autocaliweb-install.sh +++ b/install/autocaliweb-install.sh @@ -107,7 +107,7 @@ PLUGIN_DIGEST="$(find acwsync.koplugin -type f -name "*.lua" -o -name "*.json" | echo "Plugin files digest: $PLUGIN_DIGEST" >acwsync.koplugin/${PLUGIN_DIGEST}.digest echo "Build date: $(date)" >>acwsync.koplugin/${PLUGIN_DIGEST}.digest echo "Files included:" >>acwsync.koplugin/${PLUGIN_DIGEST}.digest -zip -r koplugin.zip acwsync.koplugin/ +$STD zip -r koplugin.zip acwsync.koplugin/ cp -r koplugin.zip "$INSTALL_DIR"/cps/static msg_ok "Created ACWSync Plugin" @@ -320,7 +320,7 @@ Environment=HOME=${CONFIG_DIR} WantedBy=multi-user.target EOF -systemctl -q enable --now autocaliweb acw-ingestor acw-auto-zipper metadata-change-detector +systemctl -q enable --now autocaliweb acw-ingest-service acw-auto-zipper metadata-change-detector msg_ok "Created scripts and service files" motd_ssh