liquid_feedback_frontend
changeset 1859:02c34183b6df tip
Fixed wrong filename in INSTALL file
author | bsw |
---|---|
date | Tue Nov 28 18:54:51 2023 +0100 (17 months ago) |
parents | 3d1f0464a3ea |
children | |
files | INSTALL.html INSTALL.mkd |
line diff
1.1 --- a/INSTALL.html Tue Sep 20 17:35:29 2022 +0200 1.2 +++ b/INSTALL.html Tue Nov 28 18:54:51 2023 +0100 1.3 @@ -147,7 +147,7 @@ 1.4 1.5 <p>This file must be marked as executable:</p> 1.6 1.7 -<pre><code>chmod +x /opt/liquid_feedback_core/lf_updated 1.8 +<pre><code>chmod +x /opt/liquid_feedback_core/lf_update.sh 1.9 </code></pre> 1.10 1.11 <p>And this file should be started automatically at system boot. On systems with
2.1 --- a/INSTALL.mkd Tue Sep 20 17:35:29 2022 +0200 2.2 +++ b/INSTALL.mkd Tue Nov 28 18:54:51 2023 +0100 2.3 @@ -151,7 +151,7 @@ 2.4 2.5 This file must be marked as executable: 2.6 2.7 - chmod +x /opt/liquid_feedback_core/lf_updated 2.8 + chmod +x /opt/liquid_feedback_core/lf_update.sh 2.9 2.10 And this file should be started automatically at system boot. On systems with 2.11 systemd, create a file named `/etc/systemd/system/liquid_feedback_core.service`: