From 8bd7d7cf7aae30d5b168b5aee54dd259cfa2a22f Mon Sep 17 00:00:00 2001 From: vhsdream Date: Tue, 26 Aug 2025 15:36:39 -0400 Subject: [PATCH] Autocaliweb: missing $ --- install/autocaliweb-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/autocaliweb-install.sh b/install/autocaliweb-install.sh index 7b51f770..e09c06ca 100644 --- a/install/autocaliweb-install.sh +++ b/install/autocaliweb-install.sh @@ -88,7 +88,7 @@ cat <./dirs.json "tmp_conversion_dir": "$CONFIG_DIR/.acw_conversion_tmp" } EOF -useradd -s /usr/sbin/nologin -d "$CONFIG_DIR" -M "SERVICE_USER" +useradd -s /usr/sbin/nologin -d "$CONFIG_DIR" -M "$SERVICE_USER" ln -sf "$CONFIG_DIR"/.config/calibre/plugins "$CONFIG_DIR"/calibre_plugins msg_ok "Configured Autocaliweb"