summarylogtreecommitdiffstats
path: root/duplicati.install
diff options
context:
space:
mode:
authorBjorn Neergaard2016-11-16 18:23:47 -0600
committerBjorn Neergaard2016-11-16 18:23:47 -0600
commite0626516b4a751cd80ebc2e2ed16a22fc9a1571f (patch)
tree28654ea6cdf2734897890f7b8840838e6f1c606d /duplicati.install
parent7b785e5fbf815911a5664274b763f044b11c0c75 (diff)
downloadaur-e0626516b4a751cd80ebc2e2ed16a22fc9a1571f.tar.gz
Update
Diffstat (limited to 'duplicati.install')
-rw-r--r--duplicati.install21
1 files changed, 6 insertions, 15 deletions
diff --git a/duplicati.install b/duplicati.install
index e35e06255781..afd9cceb0489 100644
--- a/duplicati.install
+++ b/duplicati.install
@@ -1,23 +1,14 @@
post_install() {
-
- post_upgrade
-
+ post_upgrade
}
post_upgrade() {
cat << EOF
-
- UI can be accessed via following URL: http://localhost:8200
-
- * Running duplicati user instance (using current user account)
-
- Execute:
-
- to reload user systemd modules: systemctl --user daemon-reload
- to start duplicati manually: systemctl --user start duplicati_latest
- to autostart duplicati on user login: systemctl --user enable duplicati_latest
-
+ * UI can be accessed via following URL: http://localhost:8200
+ * Running duplicati user instance (using current user account)
+ - to reload user systemd modules: systemctl --user daemon-reload
+ - to start duplicati manually: systemctl --user start duplicati
+ - to autostart duplicati on user login: systemctl --user enable duplicati
EOF
-
}