summarylogtreecommitdiffstats
path: root/duplicati.install
diff options
context:
space:
mode:
authorJoey Dumont2017-08-30 08:32:28 -0400
committerJoey Dumont2017-08-30 08:32:28 -0400
commite1df0a15c8902bf16787a9ae7d100599495c13bf (patch)
tree84dbb34f25ec20d928f54d6fd3fba6690e67976e /duplicati.install
parentc55000d3cfd35f8b1d50d7aa700f565ccfc2f6d2 (diff)
downloadaur-e1df0a15c8902bf16787a9ae7d100599495c13bf.tar.gz
Updated to the latest canary version. Removed the root server.
Diffstat (limited to 'duplicati.install')
-rw-r--r--duplicati.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/duplicati.install b/duplicati.install
index afd9cceb0489..f88e796f9813 100644
--- a/duplicati.install
+++ b/duplicati.install
@@ -4,6 +4,17 @@ post_install() {
post_upgrade() {
+if [ $(vercmp $2 2.0.2.1-2) -lt 0 ]; then
+cat << EOF
+ * Versions prior to 2.0.2.1-2 had a systemd service that ran as root.
+ * This should be disabled, as it poses a security risk. If you enabled it,
+ * you should run:
+ - sudo systemctl stop duplicati
+ - sudo systemctl disable duplicati
+ - sudo rm /usr/lib/systemd/system/duplicati.service
+EOF
+fi
+
cat << EOF
* UI can be accessed via following URL: http://localhost:8200
* Running duplicati user instance (using current user account)