summarylogtreecommitdiffstats
path: root/dendrite.install
diff options
context:
space:
mode:
authorAlphaJack2023-08-25 13:12:05 +0200
committerAlphaJack2023-08-25 13:12:05 +0200
commit91f1492a13764426105e88b5a375b43fd8fc9e52 (patch)
treeca20c8e487b397a6e8605c576a802b7308230ee3 /dendrite.install
parentedc8afedc81ca0d18a200e669f93c895a5d3f56d (diff)
downloadaur-91f1492a13764426105e88b5a375b43fd8fc9e52.tar.gz
Updated maximum go version, fixed typo in .install file
Diffstat (limited to 'dendrite.install')
-rw-r--r--dendrite.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/dendrite.install b/dendrite.install
index ccafbc12696e..4fa5f397a301 100644
--- a/dendrite.install
+++ b/dendrite.install
@@ -47,7 +47,7 @@ Dendrite has been updated, you should now update its configuration file by runni
cd "/var/lib/dendrite"
dendrite-generate-config --normalise "/etc/dendrite/config.yaml" | tee "/etc/dendrite/config.yaml.new"
mv "/etc/dendrite/config.yaml" "/etc/dendrite/config.yaml.bkp"
- mv "/etc/dendrite/config.new" "/etc/dendrite/config.yaml"
+ mv "/etc/dendrite/config.yaml.new" "/etc/dendrite/config.yaml"
exit
sudo systemctl restart dendrite