From 613f146cb12f5cf9e948d4c3d645c3e45b6a44a8 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Tue, 24 Jun 2025 14:59:13 +0200 Subject: [PATCH] Update Notesnook json --- install/notesnook-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/notesnook-install.sh b/install/notesnook-install.sh index 65d863fc..de0fd2f6 100644 --- a/install/notesnook-install.sh +++ b/install/notesnook-install.sh @@ -49,7 +49,7 @@ Restart=on-failure WantedBy=multi-user.target EOF sed -i "s|^ExecStart=.*|ExecStart=/usr/bin/caddy reverse-proxy --from https://$LOCAL_IP --to localhost:3000|" /lib/systemd/system/caddy.service -sed -i '/^ExecReload=/d' /lib/systemd/system/caddy.service +sed -i "/^ExecReload=/d" /lib/systemd/system/caddy.service systemctl daemon-reload systemctl restart caddy systemctl enable -q --now notesnook