# HG changeset patch # User bsw # Date 1701194091 -3600 # Node ID 02c34183b6df91f37c3ca30b8f057c9c662635d6 # Parent 3d1f0464a3eaf50bf853b2c5267df3bc4a84260f Fixed wrong filename in INSTALL file diff -r 3d1f0464a3ea -r 02c34183b6df INSTALL.html --- a/INSTALL.html Tue Sep 20 17:35:29 2022 +0200 +++ b/INSTALL.html Tue Nov 28 18:54:51 2023 +0100 @@ -147,7 +147,7 @@

This file must be marked as executable:

-
chmod +x /opt/liquid_feedback_core/lf_updated
+
chmod +x /opt/liquid_feedback_core/lf_update.sh
 

And this file should be started automatically at system boot. On systems with diff -r 3d1f0464a3ea -r 02c34183b6df INSTALL.mkd --- a/INSTALL.mkd Tue Sep 20 17:35:29 2022 +0200 +++ b/INSTALL.mkd Tue Nov 28 18:54:51 2023 +0100 @@ -151,7 +151,7 @@ This file must be marked as executable: - chmod +x /opt/liquid_feedback_core/lf_updated + chmod +x /opt/liquid_feedback_core/lf_update.sh And this file should be started automatically at system boot. On systems with systemd, create a file named `/etc/systemd/system/liquid_feedback_core.service`: